Spec-Zone .ru
спецификации, руководства, описания, API
|
public abstract class Cursor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Cursor |
CLOSED_HAND
A cursor with a hand that is closed, often used when
"grabbing", for example, when panning.
|
static Cursor |
CROSSHAIR
The crosshair cursor type.
|
static Cursor |
DEFAULT
The default cursor type (gets set if no cursor is defined).
|
static Cursor |
DISAPPEAR
The disappear cursor type.
|
static Cursor |
E_RESIZE
The east-resize cursor type.
|
static Cursor |
H_RESIZE
The horizontal cursor type.
|
static Cursor |
HAND
The hand cursor type, resembling a pointing hand, often
used to indicate that something can be clicked, such as
a hyperlink.
|
static Cursor |
MOVE
The move cursor type.
|
static Cursor |
N_RESIZE
The north-resize cursor type.
|
static Cursor |
NE_RESIZE
The north-east-resize cursor type.
|
static Cursor |
NONE
The none cursor type.
|
static Cursor |
NW_RESIZE
The north-west-resize cursor type.
|
static Cursor |
OPEN_HAND
A cursor with a hand which is open
|
static Cursor |
S_RESIZE
The south-resize cursor type.
|
static Cursor |
SE_RESIZE
The south-east-resize cursor type.
|
static Cursor |
SW_RESIZE
The south-west-resize cursor type.
|
static Cursor |
TEXT
The text cursor type.
|
static Cursor |
V_RESIZE
The vertical cursor type.
|
static Cursor |
W_RESIZE
The west-resize cursor type.
|
static Cursor |
WAIT
The wait cursor type.
|
public static final Cursor DEFAULT
public static final Cursor CROSSHAIR
public static final Cursor TEXT
public static final Cursor WAIT
public static final Cursor SW_RESIZE
public static final Cursor SE_RESIZE
public static final Cursor NW_RESIZE
public static final Cursor NE_RESIZE
public static final Cursor N_RESIZE
public static final Cursor S_RESIZE
public static final Cursor W_RESIZE
public static final Cursor E_RESIZE
public static final Cursor OPEN_HAND
public static final Cursor CLOSED_HAND
public static final Cursor HAND
public static final Cursor MOVE
public static final Cursor DISAPPEAR
public static final Cursor H_RESIZE
public static final Cursor V_RESIZE
public static final Cursor NONE
DEFAULT
.public java.lang.String toString()
toString
in class java.lang.Object
public static Cursor cursor(java.lang.String identifier)
ImageCursor
created for that URL.identifier
- the cursor identifierjava.lang.IllegalArgumentException
- if the cursor identifier is not a
valid URL string nor any standard cursor nameCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to