public static enum SelectorVisibilityEvent.Command extends Enum<SelectorVisibilityEvent.Command>
Enum Constant and Description |
---|
ShowPosition |
ShowSelector |
ShowSize |
Modifier and Type | Method and Description |
---|---|
static SelectorVisibilityEvent.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectorVisibilityEvent.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectorVisibilityEvent.Command ShowSelector
public static final SelectorVisibilityEvent.Command ShowPosition
public static final SelectorVisibilityEvent.Command ShowSize
public static SelectorVisibilityEvent.Command[] values()
for (SelectorVisibilityEvent.Command c : SelectorVisibilityEvent.Command.values()) System.out.println(c);
public static SelectorVisibilityEvent.Command valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.