Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

org.eclipse.draw2d
Class Cursors

java.lang.Object
  extended by
org.eclipse.draw2d.Cursors

public class Cursors
extends java.lang.Object

A collection of cursors.


Field Summary
static Cursor APPSTARTING
           
static Cursor ARROW
           
static Cursor CROSS
           
static Cursor HAND
           
static Cursor HELP
           
static Cursor IBEAM
           
static Cursor NO
           
static Cursor SIZEALL
           
static Cursor SIZEE
           
static Cursor SIZEN
           
static Cursor SIZENE
           
static Cursor SIZENESW
           
static Cursor SIZENS
           
static Cursor SIZENW
           
static Cursor SIZENWSE
           
static Cursor SIZES
           
static Cursor SIZESE
           
static Cursor SIZESW
           
static Cursor SIZEW
           
static Cursor SIZEWE
           
static Cursor UPARROW
           
static Cursor WAIT
           
 
Constructor Summary
Cursors ()
           
 
Method Summary
static Cursor getDirectionalCursor (int direction)
          Returns the cursor corresponding to the given direction, defined in PositionConstants.
static Cursor getDirectionalCursor (int direction, boolean isMirrored)
          Returns the cursor corresponding to the given direction and mirroring.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

SIZEWE

public static final Cursor SIZEWE
See Also:
SWT#CURSOR_SIZEWE

SIZENS

public static final Cursor SIZENS
See Also:
SWT#CURSOR_SIZENS

UPARROW

public static final Cursor UPARROW
See Also:
SWT#CURSOR_UPARROW

WAIT

public static final Cursor WAIT
See Also:
SWT#CURSOR_WAIT
Constructor Detail

Cursors

public Cursors()
Method Detail

getDirectionalCursor

public static Cursor getDirectionalCursor(int direction)
Returns the cursor corresponding to the given direction, defined in PositionConstants. Note that getDirectionalCursor(int, boolean) should be used for applications which want to run properly when running in a mirrored environment. The behavior is the same as calling getDirectionalCursor(direction, false).

Parameters:
direction - the relative direction of the desired cursor
Returns:
The appropriate directional cursor

getDirectionalCursor

public static Cursor getDirectionalCursor(int direction,
                                          boolean isMirrored)
Returns the cursor corresponding to the given direction and mirroring. The direction must be one of:

The behavior is undefined for other values. If isMirrored is set to true, EAST and WEST will be inverted.

Parameters:
direction - the relative direction of the desired cursor
isMirrored - true if EAST and WEST should be inverted
Returns:
The appropriate directional cursor

Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire