Uses of Interface
editor.tabpane.ITab
-
Packages that use ITab Package Description editor.tabpane -
-
Uses of ITab in editor.tabpane
Classes in editor.tabpane that implement ITab Modifier and Type Class Description class
StandardTab
Methods in editor.tabpane that return ITab Modifier and Type Method Description ITab
TabPane. addTab(String strText, Icon icon, JComponent contentPane)
ITab
TabContainer. findTabWithContent(JComponent contentPane)
ITab
TabPane. findTabWithContent(JComponent contentPane)
ITab
TabPane. findTabWithLabel(String label)
ITab
TabContainer. getSelectedTab()
ITab
TabPane. getSelectedTab()
ITab
TabContainer.TabChangeEvent. getTab()
ITab
TabContainer. getTabAt(int iIndex)
ITab
TabPane. getTabAt(int iIndex)
ITab[]
TabContainer. getTabs()
ITab[]
TabPane. getTabs()
ITab
TabContainer. insertTab(ITab tab, int iIndex, boolean focus)
ITab
TabPane. insertTab(ILabel tabLabel, JComponent contentPane, int iIndex)
ITab
TabPane. insertTab(String strText, Icon icon, JComponent contentPane, int iIndex)
ITab
TabContainer. insertTabWithoutSelecting(ITab tab, int iIndex)
static ITab
TabContainer. tabFromComponent(Component comp)
Methods in editor.tabpane with parameters of type ITab Modifier and Type Method Description void
TabContainer. addTab(ITab tab)
void
TabContainer. addTabWithoutSelecting(ITab tab)
ITab
TabContainer. insertTab(ITab tab, int iIndex, boolean focus)
ITab
TabContainer. insertTabWithoutSelecting(ITab tab, int iIndex)
void
TabContainer. removeTab(ITab tab)
void
TabPane. removeTab(ITab tab)
void
TabContainer. selectTab(ITab tab, boolean bFocus)
void
TabPane. selectTab(ITab tab, boolean bFocus)
Constructors in editor.tabpane with parameters of type ITab Constructor Description TabChangeEvent(TabContainer tabContainer, ITab tab)
-