Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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 | 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.
|
private Cursor |
Scene.MouseHandler.currCursor |
private Cursor |
SceneBuilder.cursor |
private Cursor |
NodeBuilder.cursor |
static Cursor |
Cursor.DEFAULT
The default cursor type (gets set if no cursor is defined).
|
private static Cursor |
Node.DEFAULT_CURSOR |
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 | Field and Description |
---|---|
private ObjectProperty<Cursor> |
Scene.cursor
Defines the mouse cursor for this
Scene . |
private ObjectProperty<Cursor> |
Node.MiscProperties.cursor |
private static com.sun.javafx.css.StyleableProperty<Node,Cursor> |
Node.StyleableProperties.CURSOR |
Modifier and Type | Method and Description |
---|---|
static Cursor |
Cursor.cursor(java.lang.String identifier)
Returns a cursor for the specified identifier.
|
Cursor |
Scene.getCursor()
Gets the value of the property cursor.
|
Cursor |
Scene.TargetWrapper.getCursor() |
Cursor |
Node.getCursor()
Gets the value of the property cursor.
|
Cursor |
Node.MiscProperties.getCursor()
Gets the value of the property cursor.
|
protected Cursor |
Node.impl_cssGetCursorInitialValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Cursor> |
Scene.cursorProperty()
Defines the mouse cursor for this
Scene . |
ObjectProperty<Cursor> |
Node.cursorProperty()
Defines the mouse cursor for this
Node and subnodes. |
ObjectProperty<Cursor> |
Node.MiscProperties.cursorProperty() |
Modifier and Type | Method and Description |
---|---|
B |
SceneBuilder.cursor(Cursor x)
Set the value of the
cursor property for the instance constructed by this builder. |
B |
NodeBuilder.cursor(Cursor x)
Set the value of the
cursor property for the instance constructed by this builder. |
void |
Scene.setCursor(Cursor value)
Sets the value of the property cursor.
|
void |
Node.setCursor(Cursor value)
Sets the value of the property cursor.
|
private void |
Scene.MouseHandler.updateCursor(Cursor newCursor) |
Modifier and Type | Method and Description |
---|---|
protected Cursor |
Hyperlink.impl_cssGetCursorInitialValue()
Deprecated.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to