|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlaceholderList.Level | |
|---|---|
| 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. |
| Uses of PlaceholderList.Level in bibliothek.gui.dock.station.stack |
|---|
| Methods in bibliothek.gui.dock.station.stack with parameters of type PlaceholderList.Level | |
|---|---|
void |
StackDockPerspective.insertPlaceholder(int index,
Path placeholder,
PlaceholderList.Level level)
Adds placeholder at location index. |
| Uses of PlaceholderList.Level in bibliothek.gui.dock.station.support |
|---|
| Methods in bibliothek.gui.dock.station.support that return PlaceholderList.Level | |
|---|---|
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. |
| Methods in bibliothek.gui.dock.station.support with parameters of type PlaceholderList.Level | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||