public static enum GraphicsBase.SelectionMode extends Enum<GraphicsBase.SelectionMode>
GraphicsBase.setSelectionMode(SelectionMode)
Modifier and Type | Method and Description |
---|---|
static GraphicsBase.SelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsBase.SelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicsBase.SelectionMode SINGLE
public static final GraphicsBase.SelectionMode MULTIPLE
public static final GraphicsBase.SelectionMode NONE
public static GraphicsBase.SelectionMode[] values()
for (GraphicsBase.SelectionMode c : GraphicsBase.SelectionMode.values()) System.out.println(c);
public static GraphicsBase.SelectionMode 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 © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.