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 classStandardTabMethods in editor.tabpane that return ITab Modifier and Type Method Description ITabTabPane. addTab(String strText, Icon icon, JComponent contentPane)ITabTabContainer. findTabWithContent(JComponent contentPane)ITabTabPane. findTabWithContent(JComponent contentPane)ITabTabPane. findTabWithLabel(String label)ITabTabContainer. getSelectedTab()ITabTabPane. getSelectedTab()ITabTabContainer.TabChangeEvent. getTab()ITabTabContainer. getTabAt(int iIndex)ITabTabPane. getTabAt(int iIndex)ITab[]TabContainer. getTabs()ITab[]TabPane. getTabs()ITabTabContainer. insertTab(ITab tab, int iIndex, boolean focus)ITabTabPane. insertTab(ILabel tabLabel, JComponent contentPane, int iIndex)ITabTabPane. insertTab(String strText, Icon icon, JComponent contentPane, int iIndex)ITabTabContainer. insertTabWithoutSelecting(ITab tab, int iIndex)static ITabTabContainer. tabFromComponent(Component comp)Methods in editor.tabpane with parameters of type ITab Modifier and Type Method Description voidTabContainer. addTab(ITab tab)voidTabContainer. addTabWithoutSelecting(ITab tab)ITabTabContainer. insertTab(ITab tab, int iIndex, boolean focus)ITabTabContainer. insertTabWithoutSelecting(ITab tab, int iIndex)voidTabContainer. removeTab(ITab tab)voidTabPane. removeTab(ITab tab)voidTabContainer. selectTab(ITab tab, boolean bFocus)voidTabPane. selectTab(ITab tab, boolean bFocus)Constructors in editor.tabpane with parameters of type ITab Constructor Description TabChangeEvent(TabContainer tabContainer, ITab tab)
-