Uses of Class
editor.tabpane.TabPosition
-
Packages that use TabPosition Package Description editor.splitpane editor.tabpane -
-
Uses of TabPosition in editor.splitpane
Methods in editor.splitpane with parameters of type TabPosition Modifier and Type Method Description ICaptionBar
EmptyCaptionBar. getMinimizedPanel(TabPosition tabPosition)
ICaptionBar
ICaptionBar. getMinimizedPanel(TabPosition tabPosition)
-
Uses of TabPosition in editor.tabpane
Methods in editor.tabpane that return TabPosition Modifier and Type Method Description TabPosition
ITab. getTabPosition()
TabPosition
StandardTab. getTabPosition()
TabPosition
TabContainer. getTabPosition()
static TabPosition
TabPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static TabPosition[]
TabPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in editor.tabpane with parameters of type TabPosition Modifier and Type Method Description ICaptionBar
TabAndToolContainer. getMinimizedPanel(TabPosition tabPosition)
void
TabContainer. setTabPosition(TabPosition tabPosition)
Constructors in editor.tabpane with parameters of type TabPosition Constructor Description TabContainer(TabPosition tabPosition)
TabPane(TabPosition tabPosition, int iDisplayOptions)
-