public static enum DefaultSelectionEventManager.SelectAction extends java.lang.Enum<DefaultSelectionEventManager.SelectAction>
| Enum Constant and Description | 
|---|
| DEFAULT | 
| DESELECT | 
| IGNORE | 
| SELECT | 
| TOGGLE | 
| Modifier and Type | Method and Description | 
|---|---|
| static DefaultSelectionEventManager.SelectAction | valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null