public static enum FigureController.SWTCursors extends Enum<FigureController.SWTCursors>
Enum Constant and Description |
---|
ARROW |
CROSS |
HAND |
HELP |
IBEAM |
NO |
WAIT |
Modifier and Type | Method and Description |
---|---|
int |
id() |
static FigureController.SWTCursors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FigureController.SWTCursors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FigureController.SWTCursors ARROW
public static final FigureController.SWTCursors HAND
public static final FigureController.SWTCursors HELP
public static final FigureController.SWTCursors WAIT
public static final FigureController.SWTCursors CROSS
public static final FigureController.SWTCursors IBEAM
public static final FigureController.SWTCursors NO
public static FigureController.SWTCursors[] values()
for (FigureController.SWTCursors c : FigureController.SWTCursors.values()) System.out.println(c);
public static FigureController.SWTCursors 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 nullpublic int id()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.