public static enum DefaultSelectionEventManager.SelectAction extends Enum<DefaultSelectionEventManager.SelectAction>
Enum Constant and Description |
---|
DEFAULT |
DESELECT |
IGNORE |
SELECT |
TOGGLE |
Modifier and Type | Method and Description |
---|---|
static DefaultSelectionEventManager.SelectAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultSelectionEventManager.SelectAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultSelectionEventManager.SelectAction DEFAULT
public static final DefaultSelectionEventManager.SelectAction SELECT
public static final DefaultSelectionEventManager.SelectAction DESELECT
public static final DefaultSelectionEventManager.SelectAction TOGGLE
public static final DefaultSelectionEventManager.SelectAction IGNORE
public static DefaultSelectionEventManager.SelectAction[] values()
for (DefaultSelectionEventManager.SelectAction c : DefaultSelectionEventManager.SelectAction.values()) System.out.println(c);
public static DefaultSelectionEventManager.SelectAction 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 © 2018. All rights reserved.