Uses of Class
javafx.scene.Cursor
-
Packages that use Cursor 软件包 描述 javafx.css.converter 提供各种转换CSS解析值的StyleConverter
类。javafx.scene 为JavaFX Scene Graph API提供核心的基类集。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of Cursor in javafx.css.converter
Methods in javafx.css.converter that return Cursor Modifier and Type 方法 描述 Cursor
CursorConverter. convert(ParsedValue<String,Cursor> value, Font not_used)
Methods in javafx.css.converter that return types with arguments of type Cursor Modifier and Type 方法 描述 static StyleConverter<String,Cursor>
CursorConverter. getInstance()
Method parameters in javafx.css.converter with type arguments of type Cursor Modifier and Type 方法 描述 Cursor
CursorConverter. convert(ParsedValue<String,Cursor> value, Font not_used)
-
Uses of Cursor in javafx.scene
Subclasses of Cursor in javafx.scene Modifier and Type Class 描述 class
ImageCursor
鼠标光标的自定义图像表示。Fields in javafx.scene declared as Cursor Modifier and Type Field 描述 static Cursor
Cursor. CLOSED_HAND
用手关闭的光标,通常在“抓取”时使用,例如,当平移时。static Cursor
Cursor. CROSSHAIR
十字准线游标类型。static Cursor
Cursor. DEFAULT
默认游标类型(如果未定义游标,则设置)。static Cursor
Cursor. DISAPPEAR
消失的游标类型。static Cursor
Cursor. E_RESIZE
东调整游标类型。static Cursor
Cursor. H_RESIZE
水平光标类型。static Cursor
Cursor. HAND
手指游标类型,类似于指针,通常用于指示可以点击某些内容,例如超链接。static Cursor
Cursor. MOVE
移动光标类型。static Cursor
Cursor. N_RESIZE
北移大小的游标类型。static Cursor
Cursor. NE_RESIZE
东北调整大小的光标类型。static Cursor
Cursor. NONE
无光标类型。static Cursor
Cursor. NW_RESIZE
西北大小的游标类型。static Cursor
Cursor. OPEN_HAND
用手打开的光标static Cursor
Cursor. S_RESIZE
调整大小的光标类型。static Cursor
Cursor. SE_RESIZE
东南大小的光标类型。static Cursor
Cursor. SW_RESIZE
西南大小的光标类型。static Cursor
Cursor. TEXT
文本光标类型。static Cursor
Cursor. V_RESIZE
垂直光标类型。static Cursor
Cursor. W_RESIZE
西调整游标类型。static Cursor
Cursor. WAIT
等待光标类型。Methods in javafx.scene that return Cursor Modifier and Type 方法 描述 static Cursor
Cursor. cursor(String identifier)
返回指定标识符的游标。Cursor
Node. getCursor()
获取属性游标的值。Cursor
Scene. getCursor()
获取属性游标的值。protected Cursor
Node. getInitialCursor()
返回此节点的初始游标状态,供JavaFX CSS引擎正确设置其初始值。Methods in javafx.scene that return types with arguments of type Cursor Modifier and Type 方法 描述 ObjectProperty<Cursor>
Node. cursorProperty()
为此Node
和子节点定义鼠标光标。ObjectProperty<Cursor>
Scene. cursorProperty()
为此Scene
定义鼠标光标。Methods in javafx.scene with parameters of type Cursor Modifier and Type 方法 描述 void
Node. setCursor(Cursor value)
设置属性游标的值。void
Scene. setCursor(Cursor value)
设置属性游标的值。 -
Uses of Cursor in javafx.scene.control
Methods in javafx.scene.control that return Cursor Modifier and Type 方法 描述 protected Cursor
Hyperlink. getInitialCursor()
返回此控件的初始游标状态,供JavaFX CSS引擎正确设置其初始值。
-