public static enum CtrlMouseHandler.BrowseMode extends java.lang.Enum<CtrlMouseHandler.BrowseMode>
Enum Constant and Description |
---|
Declaration |
Implementation |
None |
TypeDeclaration |
Modifier and Type | Method and Description |
---|---|
static CtrlMouseHandler.BrowseMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CtrlMouseHandler.BrowseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CtrlMouseHandler.BrowseMode None
public static final CtrlMouseHandler.BrowseMode Declaration
public static final CtrlMouseHandler.BrowseMode TypeDeclaration
public static final CtrlMouseHandler.BrowseMode Implementation
public static CtrlMouseHandler.BrowseMode[] values()
for (CtrlMouseHandler.BrowseMode c : CtrlMouseHandler.BrowseMode.values()) System.out.println(c);
public static CtrlMouseHandler.BrowseMode 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