org.eclipse.draw2d
Class Cursors
java.lang.Object
|
+--org.eclipse.draw2d.Cursors
- public class Cursors
- extends Object
A collection of cursors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARROW
public static final Cursor ARROW
- See Also:
SWT.CURSOR_ARROW
SIZEN
public static final Cursor SIZEN
- See Also:
SWT.CURSOR_SIZEN
SIZENE
public static final Cursor SIZENE
- See Also:
SWT.CURSOR_SIZENE
SIZEE
public static final Cursor SIZEE
- See Also:
SWT.CURSOR_SIZEE
SIZESE
public static final Cursor SIZESE
- See Also:
SWT.CURSOR_SIZESE
SIZES
public static final Cursor SIZES
- See Also:
SWT.CURSOR_SIZES
SIZESW
public static final Cursor SIZESW
- See Also:
SWT.CURSOR_SIZESW
SIZEW
public static final Cursor SIZEW
- See Also:
SWT.CURSOR_SIZEW
SIZENW
public static final Cursor SIZENW
- See Also:
SWT.CURSOR_SIZENW
APPSTARTING
public static final Cursor APPSTARTING
- See Also:
SWT.CURSOR_APPSTARTING
CROSS
public static final Cursor CROSS
- See Also:
SWT.CURSOR_CROSS
HAND
public static final Cursor HAND
- See Also:
SWT.CURSOR_HAND
HELP
public static final Cursor HELP
- See Also:
SWT.CURSOR_HELP
IBEAM
public static final Cursor IBEAM
- See Also:
SWT.CURSOR_IBEAM
NO
public static final Cursor NO
- See Also:
SWT.CURSOR_NO
SIZEALL
public static final Cursor SIZEALL
- See Also:
SWT.CURSOR_SIZEALL
SIZENESW
public static final Cursor SIZENESW
- See Also:
SWT.CURSOR_SIZENESW
SIZENWSE
public static final Cursor SIZENWSE
- See Also:
SWT.CURSOR_SIZENWSE
UPARROW
public static final Cursor UPARROW
- See Also:
SWT.CURSOR_UPARROW
WAIT
public static final Cursor WAIT
- See Also:
SWT.CURSOR_WAIT
Cursors
public Cursors()
getDirectionalCursor
public static Cursor getDirectionalCursor(int direction)
- Returns the cursor corresponding to the given direction, defined in
PositionConstants
.
- Parameters:
direction
- The relative direction of the desired cursor
- Returns:
- The appropriate directional cursor
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.