| Package | Description |
|---|---|
| com.sun.javafx.css.converters | |
| com.sun.javafx.webkit | |
| javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
| javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
| Modifier and Type | Method and Description |
|---|---|
Cursor |
CursorConverter.convert(ParsedValue<String,Cursor> value,
Font not_used) |
| Modifier and Type | Method and Description |
|---|---|
static StyleConverter<String,Cursor> |
CursorConverter.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
Cursor |
CursorConverter.convert(ParsedValue<String,Cursor> value,
Font not_used) |
| Modifier and Type | Method and Description |
|---|---|
protected Cursor |
CursorManagerImpl.getCustomCursor(WCImage image,
int hotspotX,
int hotspotY) |
protected Cursor |
CursorManagerImpl.getPredefinedCursor(int type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageCursor
A custom image representation of the mouse cursor.
|
| Modifier and Type | Field and Description |
|---|---|
static Cursor |
Cursor.CLOSED_HAND
A cursor with a hand that is closed, often used when
"grabbing", for example, when panning.
|
static Cursor |
Cursor.CROSSHAIR
The crosshair cursor type.
|
static Cursor |
Cursor.DEFAULT
The default cursor type (gets set if no cursor is defined).
|
static Cursor |
Cursor.DISAPPEAR
The disappear cursor type.
|
static Cursor |
Cursor.E_RESIZE
The east-resize cursor type.
|
static Cursor |
Cursor.H_RESIZE
The horizontal cursor type.
|
static Cursor |
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 |
Cursor.MOVE
The move cursor type.
|
static Cursor |
Cursor.N_RESIZE
The north-resize cursor type.
|
static Cursor |
Cursor.NE_RESIZE
The north-east-resize cursor type.
|
static Cursor |
Cursor.NONE
The none cursor type.
|
static Cursor |
Cursor.NW_RESIZE
The north-west-resize cursor type.
|
static Cursor |
Cursor.OPEN_HAND
A cursor with a hand which is open
|
static Cursor |
Cursor.S_RESIZE
The south-resize cursor type.
|
static Cursor |
Cursor.SE_RESIZE
The south-east-resize cursor type.
|
static Cursor |
Cursor.SW_RESIZE
The south-west-resize cursor type.
|
static Cursor |
Cursor.TEXT
The text cursor type.
|
static Cursor |
Cursor.V_RESIZE
The vertical cursor type.
|
static Cursor |
Cursor.W_RESIZE
The west-resize cursor type.
|
static Cursor |
Cursor.WAIT
The wait cursor type.
|
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
Cursor.cursor(String identifier)
Returns a cursor for the specified identifier.
|
Cursor |
Node.getCursor() |
Cursor |
Scene.getCursor() |
protected Cursor |
Node.impl_cssGetCursorInitialValue()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Cursor> |
Node.cursorProperty()
Defines the mouse cursor for this
Node and subnodes. |
ObjectProperty<Cursor> |
Scene.cursorProperty() |
| Modifier and Type | Method and Description |
|---|---|
B |
NodeBuilder.cursor(Cursor x)
Deprecated.
Set the value of the
cursor property for the instance constructed by this builder. |
B |
SceneBuilder.cursor(Cursor x)
Deprecated.
Set the value of the
cursor property for the instance constructed by this builder. |
void |
Node.setCursor(Cursor value) |
void |
Scene.setCursor(Cursor value) |
| Modifier and Type | Method and Description |
|---|---|
protected Cursor |
Hyperlink.impl_cssGetCursorInitialValue()
Deprecated.
|
Copyright © 2025. All rights reserved.