Package org.eclipse.gef
Class SharedCursors
- java.lang.Object
-
- org.eclipse.draw2d.Cursors
-
- org.eclipse.gef.SharedCursors
-
public class SharedCursors extends org.eclipse.draw2d.Cursors
A shared collection of Cursors.- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description static Cursor
CURSOR_PLUG
Cursor for valid connectionstatic Cursor
CURSOR_PLUG_NOT
Cursor for invalid connectionstatic Cursor
CURSOR_TREE_ADD
Cursor for adding to a treestatic Cursor
CURSOR_TREE_MOVE
Cursor for dragging in a tree
-
Constructor Summary
Constructors Constructor Description SharedCursors()
-
-
-
Field Detail
-
CURSOR_PLUG
public static final Cursor CURSOR_PLUG
Cursor for valid connection
-
CURSOR_PLUG_NOT
public static final Cursor CURSOR_PLUG_NOT
Cursor for invalid connection
-
CURSOR_TREE_ADD
public static final Cursor CURSOR_TREE_ADD
Cursor for adding to a tree
-
CURSOR_TREE_MOVE
public static final Cursor CURSOR_TREE_MOVE
Cursor for dragging in a tree
-
-