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
FieldsModifier and TypeFieldDescriptionstatic final Cursor
Cursor for valid connectionstatic final Cursor
Cursor for invalid connectionstatic final Cursor
Cursor for adding to a treestatic final Cursor
Cursor for dragging in a treeFields inherited from class org.eclipse.draw2d.Cursors
APPSTARTING, ARROW, CROSS, HAND, HELP, IBEAM, NO, SIZEALL, SIZEE, SIZEN, SIZENE, SIZENESW, SIZENS, SIZENW, SIZENWSE, SIZES, SIZESE, SIZESW, SIZEW, SIZEWE, UPARROW, WAIT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.draw2d.Cursors
getDirectionalCursor, getDirectionalCursor
-
Field Details
-
CURSOR_PLUG
Cursor for valid connection -
CURSOR_PLUG_NOT
Cursor for invalid connection -
CURSOR_TREE_ADD
Cursor for adding to a tree -
CURSOR_TREE_MOVE
Cursor for dragging in a tree
-
-
Constructor Details
-
SharedCursors
public SharedCursors()
-