public class FlapDockStationLayout extends Object
FlapDockStation
.Constructor and Description |
---|
FlapDockStationLayout(boolean autoDirection,
FlapDockStation.Direction direction,
PlaceholderMap placeholders)
Creates a new layout
|
Modifier and Type | Method and Description |
---|---|
FlapDockStation.Direction |
getDirection()
Gets the direction into which the window will open
|
PlaceholderMap |
getPlaceholders()
Gets all the items.
|
boolean |
isAutoDirection()
Tells whether the direction is chosen automatically or not.
|
public FlapDockStationLayout(boolean autoDirection, FlapDockStation.Direction direction, PlaceholderMap placeholders)
autoDirection
- whether the direction of the window is chosen
automaticallydirection
- the direction into which the window opensplaceholders
- placeholders for all the items, contains also the encoded Dockable
s.public FlapDockStation.Direction getDirection()
public boolean isAutoDirection()
true
if the direction is chosen automaticallypublic PlaceholderMap getPlaceholders()