public class CursorFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ATOMIC_TASK |
static int |
COMPOSITE_TASK |
static int |
CONDITION |
static int |
FLOW_RELATION |
static int |
HIDDEN |
static int |
MULTIPLE_ATOMIC_TASK |
static int |
MULTIPLE_COMPOSITE_TASK |
static int |
SELECTION |
Constructor and Description |
---|
CursorFactory() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Cursor |
getCustomCursor(int cursorType) |
public static final int SELECTION
public static final int FLOW_RELATION
public static final int CONDITION
public static final int ATOMIC_TASK
public static final int COMPOSITE_TASK
public static final int MULTIPLE_ATOMIC_TASK
public static final int MULTIPLE_COMPOSITE_TASK
public static final int HIDDEN