Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
Modifier and Type | Method and Description |
---|---|
FlapDockStation.Direction |
FlapDockStation.getDirection()
Gets the direction in which the popup-window is currently opened.
|
static FlapDockStation.Direction |
FlapDockStation.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlapDockStation.Direction[] |
FlapDockStation.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected DockTitle.Orientation |
FlapDockStation.orientation(FlapDockStation.Direction direction)
Determines the orientation of the
DockTitles on this
station. |
void |
FlapDockStation.setDirection(FlapDockStation.Direction direction)
Sets the direction in which the popup-window points.
|
Modifier and Type | Method and Description |
---|---|
void |
CMinimizeArea.setDirection(FlapDockStation.Direction direction)
Sets the direction into which the tab opens.
|
Modifier and Type | Method and Description |
---|---|
FlapDockStation.Direction |
FlapDockStationLayout.getDirection()
Gets the direction into which the window will open
|
Constructor and Description |
---|
FlapDockStationLayout(boolean autoDirection,
FlapDockStation.Direction direction,
PlaceholderMap placeholders)
Creates a new layout
|
RetroFlapDockStationLayout(int[] children,
boolean[] holds,
int[] sizes,
boolean autoDirection,
FlapDockStation.Direction direction)
Creates a new layout
|