|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CustomizationToolbarButton.ItemLocation>
bibliothek.gui.dock.station.toolbar.menu.CustomizationToolbarButton.ItemLocation
public static enum CustomizationToolbarButton.ItemLocation
The different locations where a Dockable
can be in respect to
this button
Enum Constant Summary | |
---|---|
ELSEWHERE
The Dockable is visible, but it is part of another
DockStation |
|
HERE
The Dockable is visible and it is part of this
DockStation |
|
INVISIBLE
The Dockable is not visible anywhere |
Method Summary | |
---|---|
static CustomizationToolbarButton.ItemLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CustomizationToolbarButton.ItemLocation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CustomizationToolbarButton.ItemLocation INVISIBLE
Dockable
is not visible anywhere
public static final CustomizationToolbarButton.ItemLocation ELSEWHERE
Dockable
is visible, but it is part of another
DockStation
public static final CustomizationToolbarButton.ItemLocation HERE
Dockable
is visible and it is part of this
DockStation
Method Detail |
---|
public static CustomizationToolbarButton.ItemLocation[] values()
for (CustomizationToolbarButton.ItemLocation c : CustomizationToolbarButton.ItemLocation.values()) System.out.println(c);
public static CustomizationToolbarButton.ItemLocation valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |