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 方法 描述 CursorCursorConverter. 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 方法 描述 CursorCursorConverter. convert(ParsedValue<String,Cursor> value, Font not_used) -
Uses of Cursor in javafx.scene
Subclasses of Cursor in javafx.scene Modifier and Type Class 描述 classImageCursor鼠标光标的自定义图像表示。Fields in javafx.scene declared as Cursor Modifier and Type Field 描述 static CursorCursor. CLOSED_HAND用手关闭的光标,通常在“抓取”时使用,例如,当平移时。static CursorCursor. CROSSHAIR十字准线游标类型。static CursorCursor. DEFAULT默认游标类型(如果未定义游标,则设置)。static CursorCursor. DISAPPEAR消失的游标类型。static CursorCursor. E_RESIZE东调整游标类型。static CursorCursor. H_RESIZE水平光标类型。static CursorCursor. HAND手指游标类型,类似于指针,通常用于指示可以点击某些内容,例如超链接。static CursorCursor. MOVE移动光标类型。static CursorCursor. N_RESIZE北移大小的游标类型。static CursorCursor. NE_RESIZE东北调整大小的光标类型。static CursorCursor. NONE无光标类型。static CursorCursor. NW_RESIZE西北大小的游标类型。static CursorCursor. OPEN_HAND用手打开的光标static CursorCursor. S_RESIZE调整大小的光标类型。static CursorCursor. SE_RESIZE东南大小的光标类型。static CursorCursor. SW_RESIZE西南大小的光标类型。static CursorCursor. TEXT文本光标类型。static CursorCursor. V_RESIZE垂直光标类型。static CursorCursor. W_RESIZE西调整游标类型。static CursorCursor. WAIT等待光标类型。Methods in javafx.scene that return Cursor Modifier and Type 方法 描述 static CursorCursor. cursor(String identifier)返回指定标识符的游标。CursorNode. getCursor()获取属性游标的值。CursorScene. getCursor()获取属性游标的值。protected CursorNode. 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 方法 描述 voidNode. setCursor(Cursor value)设置属性游标的值。voidScene. setCursor(Cursor value)设置属性游标的值。 -
Uses of Cursor in javafx.scene.control
Methods in javafx.scene.control that return Cursor Modifier and Type 方法 描述 protected CursorHyperlink. getInitialCursor()返回此控件的初始游标状态,供JavaFX CSS引擎正确设置其初始值。
-