Uses of Class
editor.tabpane.TabContainer
-
Packages that use TabContainer Package Description editor.tabpane -
-
Uses of TabContainer in editor.tabpane
Fields in editor.tabpane declared as TabContainer Modifier and Type Field Description private TabContainerMoreTab. _tabContainerprivate TabContainerStandardTab. _tabContainerprivate TabContainerTabAndToolContainer. _tabContainerprivate TabContainerTabListPopup. _tabContainerprivate TabContainerTabPane. _tabContainerMethods in editor.tabpane that return TabContainer Modifier and Type Method Description TabContainerTabPane. getTabContainer()Methods in editor.tabpane with parameters of type TabContainer Modifier and Type Method Description private java.awt.PointMoreTab.TabContainerPopupHandler. fitHorizontally(java.awt.Point pt, javax.swing.JComponent parent, TabContainer tabContainer)private java.awt.PointMoreTab.TabContainerPopupHandler. fitToScreen(java.awt.Point pt, javax.swing.JComponent parent, TabContainer tabContainer)private java.awt.PointMoreTab.TabContainerPopupHandler. fitVertically(java.awt.Point pt, javax.swing.JComponent parent, TabContainer tabContainer)Constructors in editor.tabpane with parameters of type TabContainer Constructor Description MoreTab(TabContainer tabContainer)StandardTab(TabContainer tabContainer, ILabel labelAttr, javax.swing.JComponent contentPane)StandardTab(TabContainer tabContainer, ILabel labelAttr, javax.swing.JComponent contentPane, boolean bCanClose)TabChangeEvent(TabContainer tabContainer, ITab tab)TabListPopup(TabContainer tabContainer)
-