| Package | Description |
|---|---|
| bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation. |
| bibliothek.gui.dock.station.support |
Elements used by various
DockStations to store
properties and to propagate events to other objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
StackDockPerspective.insertPlaceholder(int index,
Path placeholder,
PlaceholderList.Level level)
Adds
placeholder at location index. |
| Modifier and Type | Method and Description |
|---|---|
static PlaceholderList.Level |
PlaceholderList.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaceholderList.Level[] |
PlaceholderList.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PlaceholderList.baseToLevel(int index,
PlaceholderList.Level level)
Searches the base entry at
index and returns
its location in sublist level. |
int |
PlaceholderList.levelToBase(int index,
PlaceholderList.Level level)
Searches the base entry at
index in the sublist level and returns
its location in the base list. |
int |
PlaceholderList.size(PlaceholderList.Level level)
Gets the number of entries in the level
level. |
Copyright © 2017 Docking Frames. All rights reserved.