Uses of Class
buoy.widget.BTabbedPane.TabPosition

Packages that use BTabbedPane.TabPosition
buoy.widget   
buoyx.docking   
 

Uses of BTabbedPane.TabPosition in buoy.widget
 

Fields in buoy.widget declared as BTabbedPane.TabPosition
static BTabbedPane.TabPosition BTabbedPane.BOTTOM
           
static BTabbedPane.TabPosition BTabbedPane.LEFT
           
static BTabbedPane.TabPosition BTabbedPane.RIGHT
           
static BTabbedPane.TabPosition BTabbedPane.TOP
           
 

Methods in buoy.widget that return BTabbedPane.TabPosition
 BTabbedPane.TabPosition BTabbedPane.getTabPosition()
          Get the position of the tabs (TOP, LEFT, BOTTOM, or RIGHT).
 

Methods in buoy.widget with parameters of type BTabbedPane.TabPosition
 void BTabbedPane.setTabPosition(BTabbedPane.TabPosition pos)
          Set the position of the tabs (TOP, LEFT, BOTTOM, or RIGHT).
 

Constructors in buoy.widget with parameters of type BTabbedPane.TabPosition
BTabbedPane(BTabbedPane.TabPosition pos)
          Create a new TabbedContainer.
 

Uses of BTabbedPane.TabPosition in buoyx.docking
 

Methods in buoyx.docking that return BTabbedPane.TabPosition
 BTabbedPane.TabPosition DockingContainer.getTabPosition()
          Get which side of the content Widget the DockableWidgets appear on.
 

Methods in buoyx.docking with parameters of type BTabbedPane.TabPosition
 void DockingContainer.setTabPosition(BTabbedPane.TabPosition position)
          Set which side of the content Widget the DockableWidgets appear on.
 

Constructors in buoyx.docking with parameters of type BTabbedPane.TabPosition
DockingContainer(Widget content, BTabbedPane.TabPosition tabPosition)
          Create a DockingContainer.
 



Written by Peter Eastman.