Uses of Class
bb.gui.GroupPanel.Axis

Packages that use GroupPanel.Axis
bb.gui Provides classes and interfaces for GUI applications. 
 

Uses of GroupPanel.Axis in bb.gui
 

Fields in bb.gui declared as GroupPanel.Axis
private  GroupPanel.Axis GroupPanel.axis
          Contract: is never null.
 

Methods in bb.gui that return GroupPanel.Axis
static GroupPanel.Axis GroupPanel.Axis.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupPanel.Axis[] GroupPanel.Axis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in bb.gui with parameters of type GroupPanel.Axis
GroupPanel(GroupPanel.Axis axis, boolean isDoubleBuffered)
          Constructs a new GroupPanel with the specified GroupPanel.Axis and buffering strategy.