Uses of Class
bibliothek.gui.dock.wizard.WizardSplitDockStation.Side

Packages that use WizardSplitDockStation.Side
bibliothek.gui.dock.wizard   
 

Uses of WizardSplitDockStation.Side in bibliothek.gui.dock.wizard
 

Methods in bibliothek.gui.dock.wizard that return WizardSplitDockStation.Side
 WizardSplitDockStation.Side WizardSplitDockStation.getSide()
          Gets the side to which this station leans.
static WizardSplitDockStation.Side WizardSplitDockStation.Side.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WizardSplitDockStation.Side[] WizardSplitDockStation.Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bibliothek.gui.dock.wizard with parameters of type WizardSplitDockStation.Side
 void WizardSplitDockStation.setSide(WizardSplitDockStation.Side side)
          Sets the side to which this station leans.
 

Constructors in bibliothek.gui.dock.wizard with parameters of type WizardSplitDockStation.Side
WizardSplitDockStation(WizardSplitDockStation.Side side)
          Creates a new station.