|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ecl.datepicker.resources.Cursors
public final class Cursors
A cursor registy with ability to cache requested cursors. The cached cursors
are disposed on release of the default Display instance.
| Method Summary | |
|---|---|
static Cursor |
getAppStarting()
Returns the cached system app startup cursor. |
static Cursor |
getArrow()
Returns the cached system arrow cursor. |
static Cursor |
getCross()
Returns the cached system cross hair cursor. |
static Cursor |
getCursor(ImageData source)
Returns a cached cursor given an image. |
static Cursor |
getCursor(ImageData source,
ImageData mask)
Returns a cached cursor given an image and mask. |
static Cursor |
getCursor(ImageData source,
ImageData mask,
int hotspotX,
int hotspotY)
Returns a cached cursor given an image and mask data describing the desired cursor appearance, and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing"). |
static Cursor |
getCursor(ImageData source,
int hotspotX,
int hotspotY)
Returns a cached cursor given an image and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing"). |
static Cursor |
getCursor(int cursorId)
Returns the cached system cursor for the given id. |
static Cursor |
getHand()
Returns the cached system hand cursor. |
static Cursor |
getHelp()
Returns the cached system help cursor. |
static Cursor |
getHSplit()
Returns the cached horizontal split cursor. |
static Cursor |
getIBeam()
Returns the cached system i-beam cursor. |
static Cursor |
getNo()
Returns the cached system "not allowed" cursor. |
static Cursor |
getSizeAll()
Returns the cached system resize all directions cursor. |
static Cursor |
getSizeE()
Returns the cached system resize east cursor. |
static Cursor |
getSizeN()
Returns the cached system resize north cursor. |
static Cursor |
getSizeNE()
Returns the cached system resize north-east cursor. |
static Cursor |
getSizeNESW()
Returns the cached system resize north-east-south-west cursor. |
static Cursor |
getSizeNS()
Returns the cached system resize north-south cursor. |
static Cursor |
getSizeNW()
Returns the cached system resize north-west cursor. |
static Cursor |
getSizeNWSE()
Returns the cached system resize north-west-south-east cursor. |
static Cursor |
getSizeS()
Returns the cached system resize south cursor. |
static Cursor |
getSizeSE()
Returns the cached system resize south-east cursor. |
static Cursor |
getSizeSW()
Returns the cached system resize south-west cursor. |
static Cursor |
getSizeW()
Returns the cached system resize west cursor. |
static Cursor |
getSizeWE()
Returns the cached system resize west-east cursor. |
static Cursor |
getUpArrow()
Returns the cached system up arrow cursor. |
static Cursor |
getVSplit()
Returns the cached vertical split cursor. |
static Cursor |
getWait()
Returns the cached system wait cursor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Cursor getAppStarting()
public static Cursor getArrow()
public static Cursor getCross()
public static Cursor getCursor(ImageData source)
source - the color data for the cursor
public static Cursor getCursor(ImageData source,
ImageData mask)
source - the color data for the cursormask - the mask data for the cursor (or null)
public static Cursor getCursor(ImageData source,
ImageData mask,
int hotspotX,
int hotspotY)
source - the color data for the cursormask - the mask data for the cursor (or null)hotspotX - the x coordinate of the cursor's hotspothotspotY - the y coordinate of the cursor's hotspot
public static Cursor getCursor(ImageData source,
int hotspotX,
int hotspotY)
source - the color data for the cursorhotspotX - the x coordinate of the cursor's hotspothotspotY - the y coordinate of the cursor's hotspot
public static Cursor getCursor(int cursorId)
id.
cursorId - the cursor id
public static Cursor getHand()
public static Cursor getHelp()
public static Cursor getHSplit()
public static Cursor getIBeam()
public static Cursor getNo()
public static Cursor getSizeAll()
public static Cursor getSizeE()
public static Cursor getSizeN()
public static Cursor getSizeNE()
public static Cursor getSizeNESW()
public static Cursor getSizeNS()
public static Cursor getSizeNW()
public static Cursor getSizeNWSE()
public static Cursor getSizeS()
public static Cursor getSizeSE()
public static Cursor getSizeSW()
public static Cursor getSizeW()
public static Cursor getSizeWE()
public static Cursor getUpArrow()
public static Cursor getVSplit()
public static Cursor getWait()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||