Uses of Class
buoy.widget.BSplitPane.Orientation

Packages that use BSplitPane.Orientation
buoy.widget   
 

Uses of BSplitPane.Orientation in buoy.widget
 

Fields in buoy.widget declared as BSplitPane.Orientation
static BSplitPane.Orientation BSplitPane.HORIZONTAL
           
static BSplitPane.Orientation BSplitPane.VERTICAL
           
 

Methods in buoy.widget that return BSplitPane.Orientation
 BSplitPane.Orientation BSplitPane.getOrientation()
          Get which way the container is split, HORIZONTAL or VERTICAL.
 

Methods in buoy.widget with parameters of type BSplitPane.Orientation
 void BSplitPane.setOrientation(BSplitPane.Orientation orient)
          Set which way the container is split, HORIZONTAL or VERTICAL.
 

Constructors in buoy.widget with parameters of type BSplitPane.Orientation
BSplitPane(BSplitPane.Orientation orient)
          Create a new BSplitPane.
BSplitPane(BSplitPane.Orientation orient, Widget child1, Widget child2)
          Create a new BSplitPane.
 



Written by Peter Eastman.