Package | Description |
---|---|
bibliothek.gui.dock.wizard |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WizardSplitDockStation.setSide(WizardSplitDockStation.Side side)
Sets the side to which this station leans.
|
Constructor and Description |
---|
WizardSplitDockStation(WizardSplitDockStation.Side side)
Creates a new station.
|