Uses of Class
com.jbstrap.ui.components.panels.tab.TabPage
Packages that use TabPage
Package
Description
-
Uses of TabPage in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form that return TabPageModifier and TypeMethodDescriptionfinal TabPage
Form.getTabPage
(String tabPageName) Gets a tab, specified by its name -
Uses of TabPage in com.jbstrap.ui.components.form.builders
Methods in com.jbstrap.ui.components.form.builders that return TabPageModifier 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
Methods in com.jbstrap.ui.components.form.builders.interfaces that return TabPageModifier 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
Fields in com.jbstrap.ui.components.panels.tab with type parameters of type TabPageMethods in com.jbstrap.ui.components.panels.tab that return TabPageModifier 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 titleMethods in com.jbstrap.ui.components.panels.tab that return types with arguments of type TabPageModifier and TypeMethodDescriptionTab.getTabPages()
Gets every tab page that is assigned to the tab component.Methods in com.jbstrap.ui.components.panels.tab with parameters of type TabPageModifier 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.Constructors in com.jbstrap.ui.components.panels.tab with parameters of type TabPageModifierConstructorDescriptionCreates 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