Uses of Class
buoy.widget.BTabbedPane.TabPosition

Packages that use BTabbedPane.TabPosition
buoy.widget   
 

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.
 



Written by Peter Eastman.