Uses of Class
com.jbstrap.ui.components.panels.tab.TabPage
Package
Description
-
Uses of TabPage in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionfinal TabPage
Form.getTabPage
(String tabPageName) Gets a tab, specified by its name -
Uses of TabPage in com.jbstrap.ui.components.form.builders
Modifier and TypeMethodDescriptionfinal TabPage
ComplexFormBuilder.createTabpage
(String name, Icon icon, String title) Creates a tab page, with the specified name, icon and labelfinal TabPage
TabbedFormBuilder.createTabpage
(String name, Icon icon, String title) Creates a tabpage on the form, with the specified name, icon and title.ComplexFormBuilder.getTabpage
(String name) Gets the tab page component, specified by its nameTabbedFormBuilder.getTabpage
(String name) Gets a tab page component, specified by its name -
Uses of TabPage in com.jbstrap.ui.components.form.builders.interfaces
Modifier and TypeMethodDescriptionTabbedForm.createTabpage
(String name, Icon icon, String title) Creates a tab page for the builder classes, that use tab pages.TabbedForm.getTabpage
(String name) Gets the tab page, specified by its name. -
Uses of TabPage in com.jbstrap.ui.components.panels.tab
Modifier and TypeMethodDescriptionTabPage.addHotKey
(int hotKey) TabPage.addHotKey
(int hotKey, HotKeyEventHandler handler) Tab.getCurrentTabPage()
Gets the currently active tab page component.Tab.getTabPage
(int index) Gets the specified (by using its index) tab pageTabPage.setBackgroundColor
(Color color) Sets the tab page background colorTabPage.setCloseable
(boolean closeable) Sets if the tab page can be closed.TabPage.setCloseHandler
(TabPageCloseHandler handler) Adds a tab page closing event handler to the tab page.TabPage.setEnabled
(boolean enabled) Sets the tab page header iconSets the tab page header titleModifier and TypeMethodDescriptionTab.getTabPages()
Gets every tab page that is assigned to the tab component.Modifier and TypeMethodDescriptionTab.addTabPage
(TabPage tabPage) Adds the specified tab page to the tab componentTab.addTabPages
(TabPage... tabPages) Adds multiple tab pages to the tab componentboolean
Tab page closing event handler.Tab.removeTabPage
(TabPage tabPage) Removes a tab page from the tab componentfinal Tab
Selects the specified tab page.ModifierConstructorDescriptionCreates a tab component, with the specified tab type and tab pages.Creates a tab component, in the default state, with the specified tab pagesCreates a tab component, with the specified tab type and tab pages.Creates a tab component, in the default state, with the specified tab pages