Uses of Interface
editor.tabpane.ITab
Packages that use ITab
-
Uses of ITab in editor.run
Fields in editor.run declared as ITab -
Uses of ITab in editor.settings
Fields in editor.settings declared as ITab -
Uses of ITab in editor.tabpane
Classes in editor.tabpane that implement ITabFields in editor.tabpane declared as ITabFields in editor.tabpane with type parameters of type ITabModifier and TypeFieldDescriptionTabListPopup._list
TabContainer._orderedTabs
TabListPopup.TabListModel._tabs
Methods in editor.tabpane that return ITabModifier and TypeMethodDescriptionTabPane.addTab
(String strText, Icon icon, JComponent contentPane) TabContainer.findTabWithContent
(JComponent contentPane) TabPane.findTabWithContent
(JComponent contentPane) TabPane.findTabWithLabel
(String label) TabListPopup.TabListModel.getElementAt
(int i) TabContainer.getSelectedTab()
TabPane.getSelectedTab()
TabContainer.TabChangeEvent.getTab()
TabContainer.getTabAt
(int iIndex) TabPane.getTabAt
(int iIndex) private ITab
StandardTabBorder.getTabFromComponent
(Component c) ITab[]
TabContainer.getTabs()
ITab[]
TabPane.getTabs()
TabPane.insertTab
(ILabel tabLabel, JComponent contentPane, int iIndex) TabPane.insertTab
(String strText, Icon icon, JComponent contentPane, int iIndex) TabContainer.insertTabWithoutSelecting
(ITab tab, int iIndex) private ITab
TabPane.DefaultContextMenuHandler.tabForComponent
(Component c) static ITab
TabContainer.tabFromComponent
(Component comp) Methods in editor.tabpane that return types with arguments of type ITabMethods in editor.tabpane with parameters of type ITabModifier and TypeMethodDescriptionvoid
void
TabContainer.addTabWithoutSelecting
(ITab tab) int
private void
private void
TabContainer.fireSelectionChanged
(ITab tab) TabContainer.insertTabWithoutSelecting
(ITab tab, int iIndex) private boolean
private boolean
MoreTab.isTabFullyVisible
(ITab tab) void
void
void
void
Constructors in editor.tabpane with parameters of type ITabConstructor parameters in editor.tabpane with type arguments of type ITab