Uses of Class
editor.tabpane.TabContainer
Packages that use TabContainer
-
Uses of TabContainer in editor.tabpane
Fields in editor.tabpane declared as TabContainerModifier and TypeFieldDescriptionprivate TabContainerMoreTab._tabContainerprivate TabContainerStandardTab._tabContainerprivate TabContainerTabAndToolContainer._tabContainerprivate TabContainerTabListPopup._tabContainerprivate TabContainerTabPane._tabContainerMethods in editor.tabpane that return TabContainerMethods in editor.tabpane with parameters of type TabContainerModifier and TypeMethodDescriptionprivate PointMoreTab.TabContainerPopupHandler.fitHorizontally(Point pt, JComponent parent, TabContainer tabContainer) private PointMoreTab.TabContainerPopupHandler.fitToScreen(Point pt, JComponent parent, TabContainer tabContainer) private PointMoreTab.TabContainerPopupHandler.fitVertically(Point pt, JComponent parent, TabContainer tabContainer) Constructors in editor.tabpane with parameters of type TabContainerModifierConstructorDescriptionMoreTab(TabContainer tabContainer) StandardTab(TabContainer tabContainer, ILabel labelAttr, JComponent contentPane) StandardTab(TabContainer tabContainer, ILabel labelAttr, JComponent contentPane, boolean bCanClose) TabChangeEvent(TabContainer tabContainer, ITab tab) TabListPopup(TabContainer tabContainer)