Index
All Classes and Interfaces|All Packages
A
- addAllFXConverter(ConfigLoader) - Static method in class com.imyeyu.fx.config.BindingsConfig
- addFilter(String, String...) - Method in class com.imyeyu.fx.utils.FileSelector
-
添加格式限制
- addRenderCallback(CallbackArg) - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
添加渲染回调
- addScrollFinishedListener(Control, Callback) - Static method in class com.imyeyu.fx.TimiFX
- alwaysPriority() - Method in class com.imyeyu.fx.utils.Column
-
列宽总是保持跟随容器尺寸变化
- alwaysPriority() - Method in class com.imyeyu.fx.utils.Row
-
行高总是保持跟随容器尺寸变化
- Anchor - Class in com.imyeyu.fx.utils
-
锚点布局简化操作
- Anchor() - Constructor for class com.imyeyu.fx.utils.Anchor
- and(ObservableValue...) - Static method in class com.imyeyu.fx.BindingUtils
-
多个布尔值绑定属性与运算
- Animation() - Constructor for class com.imyeyu.fx.utils.AnimationRenderer.Animation
- AnimationRenderer - Class in com.imyeyu.fx.utils
-
动画帧渲染器,可控帧率,在 JVM 启动参数含-Djavafx.animation.fullspeed=true时,预设 FPS 才可以突破屏幕刷新率。
- AnimationRenderer() - Constructor for class com.imyeyu.fx.utils.AnimationRenderer
-
默认构造,60 FPS
- AnimationRenderer(int) - Constructor for class com.imyeyu.fx.utils.AnimationRenderer
-
标准构造
- AnimationRenderer.Animation - Class in com.imyeyu.fx.utils
-
一次性动画
- AnimationRenderer.AnimationCallback - Interface in com.imyeyu.fx.utils
-
一次性动画回调
- animations - Variable in class com.imyeyu.fx.utils.AnimationRenderer
-
动画渲染队列
B
- BG_FILL - Static variable in class com.imyeyu.fx.config.BindingsConfig
-
基本填充背景颜色配置转换
- BgFill - Class in com.imyeyu.fx.utils
-
快速构建简单背景填充,支持渐变背景。
- BgFill(String) - Constructor for class com.imyeyu.fx.utils.BgFill
-
纯色构造器
- BgFill(String, String) - Constructor for class com.imyeyu.fx.utils.BgFill
-
渐变构造器
- BgFill(Paint) - Constructor for class com.imyeyu.fx.utils.BgFill
-
纯色构造器
- BgImage - Class in com.imyeyu.fx.utils
-
背景图片封装。
- BgImage(File) - Constructor for class com.imyeyu.fx.utils.BgImage
-
背景图构造器
- BgImage(String) - Constructor for class com.imyeyu.fx.utils.BgImage
-
背景图构造器
- BgImage(Image) - Constructor for class com.imyeyu.fx.utils.BgImage
-
背景图构造器
- BindingsConfig - Class in com.imyeyu.fx.config
-
配置绑定
- BindingsConfig() - Constructor for class com.imyeyu.fx.config.BindingsConfig
- BindingsConfig.ObjectPropertyConverter<T> - Interface in com.imyeyu.fx.config
- BindingsConfig.PropertyConverter<T,
K> - Class in com.imyeyu.fx.config - BindingUtils - Class in com.imyeyu.fx
- BindingUtils() - Constructor for class com.imyeyu.fx.BindingUtils
- BOOLEAN - Static variable in class com.imyeyu.fx.config.BindingsConfig
- BorderStroke - Class in com.imyeyu.fx.utils
-
快速构建边框。
- BorderStroke(String) - Constructor for class com.imyeyu.fx.utils.BorderStroke
-
边框构造
- BorderStroke(String, String, String, String) - Constructor for class com.imyeyu.fx.utils.BorderStroke
-
边框构造
- BorderStroke(Paint) - Constructor for class com.imyeyu.fx.utils.BorderStroke
-
边框构造
- BorderStroke(Paint, Paint, Paint, Paint) - Constructor for class com.imyeyu.fx.utils.BorderStroke
-
边框构造
- bottom() - Method in class com.imyeyu.fx.utils.BorderStroke
-
1 像素下边框
- bottom() - Method in class com.imyeyu.fx.utils.Row
-
底部对齐
- bottom(double) - Method in class com.imyeyu.fx.utils.BgImage
-
居下
- bottom(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
下边框
- build() - Method in class com.imyeyu.fx.utils.BgFill
-
导出背景
- build() - Method in class com.imyeyu.fx.utils.BgImage
- build() - Method in class com.imyeyu.fx.utils.BorderStroke
-
构造边框
- build() - Static method in class com.imyeyu.fx.utils.Column
-
静态构造列属性对象
- build() - Static method in class com.imyeyu.fx.utils.Row
-
静态构造行属性对象
- build(String, Class) - Static method in class com.imyeyu.fx.config.BindingsConfig
- build(String, String, Class) - Static method in class com.imyeyu.fx.config.BindingsConfig
- build(HPos) - Static method in class com.imyeyu.fx.utils.Column
-
静态构造列属性对象
- build(VPos) - Static method in class com.imyeyu.fx.utils.Row
-
静态构造行属性对象
- buildBezierPoint(double, long) - Method in enum class com.imyeyu.fx.bean.Interpolates
-
构造二次贝塞尔点
- buildBezierPoint(long) - Method in enum class com.imyeyu.fx.bean.Interpolates
-
构造二次贝塞尔点,值域为 [0, 1]
- buildBezierPointValue(double, long) - Method in enum class com.imyeyu.fx.bean.Interpolates
-
构造二次贝塞尔点值
- buildBezierPointValue(long) - Method in enum class com.imyeyu.fx.bean.Interpolates
-
构造二次贝塞尔点值,值域为 [0, 1]
- buildFill(Paint) - Method in class com.imyeyu.fx.utils.BgFill
-
导出背景填充
C
- call() - Method in class com.imyeyu.fx.task.RunAsync
-
执行事件(非 FX 线程)
- call() - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
执行事件(非 FX 线程)
- call(CallbackArg, Callback) - Static method in class com.imyeyu.fx.task.RunAsyncScheduled
-
快速构造动态周期调度任务
- call(Duration, Callback) - Static method in class com.imyeyu.fx.task.RunAsyncScheduled
-
快速构造多次调度任务
- call(Duration, CallbackReturn, CallbackArg) - Static method in class com.imyeyu.fx.task.RunAsyncScheduled
-
快速构造多次调度任务
- callbackReturn(CallbackReturn, CallbackArg) - Static method in class com.imyeyu.fx.task.RunAsync
-
快速构造异步任务
- center() - Method in class com.imyeyu.fx.utils.BgImage
-
居中背景图片
- center() - Method in class com.imyeyu.fx.utils.Column
-
居中对齐
- center() - Method in class com.imyeyu.fx.utils.Row
-
居中对齐
- changed(ObservableValue, T, T) - Method in interface com.imyeyu.fx.listener.NewValueListener
- changed(ObservableValue, T, T) - Method in interface com.imyeyu.fx.listener.OldValueListener
- clearAndSelect(int) - Method in class com.imyeyu.fx.utils.NoSelectionModel
- clearSelection() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- clearSelection(int) - Method in class com.imyeyu.fx.utils.NoSelectionModel
- COLOR - Static variable in class com.imyeyu.fx.config.BindingsConfig
-
颜色转换,配置值格式为 0x11223344
- Column - Class in com.imyeyu.fx.utils
-
GridPane 列属性构造
- com.imyeyu.fx - package com.imyeyu.fx
- com.imyeyu.fx.bean - package com.imyeyu.fx.bean
- com.imyeyu.fx.config - package com.imyeyu.fx.config
- com.imyeyu.fx.draggable - package com.imyeyu.fx.draggable
- com.imyeyu.fx.inject - package com.imyeyu.fx.inject
- com.imyeyu.fx.listener - package com.imyeyu.fx.listener
- com.imyeyu.fx.task - package com.imyeyu.fx.task
- com.imyeyu.fx.utils - package com.imyeyu.fx.utils
- comboBox(ComboBox) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
平滑滚动 ComboBox 的选项列表
- cover() - Method in class com.imyeyu.fx.utils.BgImage
-
自适应保持比例时尽量最大化的背景
- createTask() - Method in class com.imyeyu.fx.task.RunAsync
- createTask() - Method in class com.imyeyu.fx.task.RunAsyncDaemon
- createTask() - Method in class com.imyeyu.fx.task.RunAsyncScheduled
D
- dashed() - Method in class com.imyeyu.fx.utils.BorderStroke
-
虚线样式
- DASHED - Static variable in class com.imyeyu.fx.utils.BorderStroke
-
断续边框
- DATE - Static variable in class com.imyeyu.fx.utils.StringConverters
-
日期转换
- debug(ObservableValue) - Static method in class com.imyeyu.fx.ObservableUtils
- def(Node) - Static method in class com.imyeyu.fx.utils.Anchor
-
四边完全贴紧父级组件
- def(Node, Number) - Static method in class com.imyeyu.fx.utils.Anchor
-
设置 AnchorPane 四边边距
- def(Node, Number, Number) - Static method in class com.imyeyu.fx.utils.Anchor
-
设置 AnchorPane 上下和左右边距
- def(Node, Number, Number, Number, Number) - Static method in class com.imyeyu.fx.utils.Anchor
-
设置 AnchorPane 四边间距,传值 null 为不设定
- DEFAULT_CONVERTER_MAP - Static variable in class com.imyeyu.fx.config.BindingsConfig
- deltaMillis() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
获取累计帧差(毫秒)
- deltaNanos() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
获取累计帧差(纳秒)
- deltaSecond() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
获取累计帧差(秒)
- deserialize(String) - Method in interface com.imyeyu.fx.config.BindingsConfig.ObjectPropertyConverter
- DirectorySelector - Class in com.imyeyu.fx.utils
-
文件夹选择器
- DirectorySelector() - Constructor for class com.imyeyu.fx.utils.DirectorySelector
-
默认构造器,路径为当前程序运行路径
- DirectorySelector(String) - Constructor for class com.imyeyu.fx.utils.DirectorySelector
-
构造器
- doRestart(Application, String) - Static method in class com.imyeyu.fx.TimiFX
-
重启程序,命令需自定
- dotted() - Method in class com.imyeyu.fx.utils.BorderStroke
-
点阵样式
- DOTTED - Static variable in class com.imyeyu.fx.utils.BorderStroke
-
点状边框
- DOUBLE - Static variable in class com.imyeyu.fx.config.BindingsConfig
- DraggableNode - Class in com.imyeyu.fx.draggable
-
让组件可以自由拖动,此操作不影响布局,所有偏移限制基于变换坐标,也就是组件默认位置为原点
- DraggableNode(Node) - Constructor for class com.imyeyu.fx.draggable.DraggableNode
-
默认构造器
- DraggableNode(Node, Node) - Constructor for class com.imyeyu.fx.draggable.DraggableNode
-
默认构造器
- DraggableWindow - Class in com.imyeyu.fx.draggable
-
让组件触发拖动窗体,通常在没有系统边框时使用
- DraggableWindow(Window, Node) - Constructor for class com.imyeyu.fx.draggable.DraggableWindow
-
标准构造
- dragging - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
正否正在拖动
- dragging - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
正否正在拖动
- draggingProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取是否正在拖动属性
- draggingProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取是否正在拖动属性
E
- EASE - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE ( .25, .1, .25, 1)
- EASE_IN - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN ( .42, 0, 1, 1)
- EASE_IN_BACK - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_BACK ( .6, .28, .735, .045)
- EASE_IN_CIRC - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_CIRC ( .6, .04, .98, .335)
- EASE_IN_CUBIC - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_CUBIC ( .55, .055, .675, .19)
- EASE_IN_EXPO - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_EXPO ( .95, .05, .795, .035)
- EASE_IN_OUT - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_OUT ( .42, 0, .58, 1)
- EASE_IN_OUT_CUBIC - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_OUT_CUBIC (.645, .045, .355, 1)
- EASE_IN_OUT_EXPO - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_OUT_EXPO ( 1, 0, 0, 1)
- EASE_IN_OUT_QUAD - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_OUT_QUAD (.455, .03, .515, .955)
- EASE_IN_OUT_QUART - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_OUT_QUART ( .77, 0, .175, 1)
- EASE_IN_OUT_QUINT - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_OUT_QUINT ( .86, 0, .07, 1)
- EASE_IN_OUT_SINE - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_OUT_SINE (.445, .05, .55, .95)
- EASE_IN_QUAD - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_QUAD ( .55, .085, .68, .53)
- EASE_IN_QUART - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_QUART (.895, .03, .685, .22)
- EASE_IN_QUINT - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_QUINT (.755, .05, .855, .06)
- EASE_IN_SINE - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_IN_SINE ( .47, 0, .745, .715)
- EASE_OUT - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT ( 0, 0, .58, 1)
- EASE_OUT_CIRC - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT_CIRC (.075, .82, .165, 1)
- EASE_OUT_CUBIC - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT_CUBIC (.215, .61, .355, 1)
- EASE_OUT_EXPO - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT_EXPO ( .19, 1, .22, 1)
- EASE_OUT_QUAD - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT_QUAD ( .25, .46, .45, .94)
- EASE_OUT_QUART - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT_QUART (.165, .84, .44, 1)
- EASE_OUT_QUINT - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT_QUINT ( .23, 1, .32, 1)
- EASE_OUT_SINE - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
EASE_OUT_SINE ( .39, .575, .565, 1)
- EMPTY - Static variable in class com.imyeyu.fx.utils.BorderStroke
-
空的边框
- enable - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
是否启用
- enable - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
是否启用
- enableProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取是否启用功能属性
- enableProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取是否启用功能属性
- EVENT_CONSUME_TG_BTN - Static variable in class com.imyeyu.fx.TimiFX
-
阻止取消选择
- eventButton - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
触发按钮
- eventButton - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
触发按钮
- eventButtonProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取触发拖动事件的按钮属性
- eventButtonProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取触发拖动事件的按钮属性
- exBottom() - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了下边框,其他设置为 1 像素边框
- exBottom(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了下边框,其他设置边框
- exBottom(Node) - Static method in class com.imyeyu.fx.utils.Anchor
-
除了下边,其他贴紧父级组件
- exLeft() - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了左边框,其他设置为 1 像素边框
- exLeft(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了左边框,其他设置边框
- exLeft(Node) - Static method in class com.imyeyu.fx.utils.Anchor
-
除了左边,其他贴紧父级组件
- exRight() - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了右边框,其他设置为 1 像素边框
- exRight(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了右边框,其他设置边框
- exRight(Node) - Static method in class com.imyeyu.fx.utils.Anchor
-
除了右边,其他贴紧父级组件
- exTop() - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了上边框,其他设置为 1 像素边框
- exTop(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
除了上边框,其他设置边框
- exTop(Node) - Static method in class com.imyeyu.fx.utils.Anchor
-
除了上边,其他贴紧父级组件
F
- FileSelector - Class in com.imyeyu.fx.utils
-
文件选择器
- FileSelector() - Constructor for class com.imyeyu.fx.utils.FileSelector
-
默认构造器
- FileSelector(String) - Constructor for class com.imyeyu.fx.utils.FileSelector
-
构造文件选择器
- fill() - Method in class com.imyeyu.fx.utils.Column
-
保持子组件宽度填充
- fill() - Method in class com.imyeyu.fx.utils.Row
-
保持子组件高度填充
- finish(CallbackArg, Callback) - Static method in class com.imyeyu.fx.task.RunAsyncScheduled
-
快速构造多次调度任务
- finish(Duration, Callback) - Static method in class com.imyeyu.fx.task.RunAsyncScheduled
-
快速构造多次调度任务
- FLOAT - Static variable in class com.imyeyu.fx.config.BindingsConfig
- fps - Variable in class com.imyeyu.fx.utils.AnimationRenderer
-
平均帧率
- fpsProperty() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
获取当前渲染 FPS 属性
- fromHexString(String) - Static method in class com.imyeyu.fx.TimiFX
-
解析十六进制颜色字符串
- FXTimiInject - Class in com.imyeyu.fx.inject
-
JavaFX 与 TimiInject 集成支持
G
- getChooser() - Method in class com.imyeyu.fx.utils.DirectorySelector
-
选择器
- getChooser() - Method in class com.imyeyu.fx.utils.FileSelector
-
选择器
- getEventButton() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取触发拖动事件的按钮
- getEventButton() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取触发拖动事件的按钮
- getFPS() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
获取当前渲染 FPS
- getMaxX() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最大 X 值
- getMaxX() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最大 X 值
- getMaxY() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最大 Y 值
- getMaxY() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最大 Y 值
- getMinX() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最小 X 值
- getMinX() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最小 X 值
- getMinY() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最小 Y 值
- getMinY() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最小 Y 值
- getMPF() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
获取帧生成时间(毫秒)
- getOffsetX() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取偏移 X 值
- getOffsetX() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取偏移 X 值
- getOffsetY() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取偏移 Y 值
- getOffsetY() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取偏移 Y 值
- getPrefFPS() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
预设 FPS
- getScreenByXY(double, double) - Static method in class com.imyeyu.fx.utils.ScreenFX
-
获取坐标所在屏幕
- getSelectedIndices() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- getSelectedItems() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- getTaskbarBounds(Screen) - Static method in class com.imyeyu.fx.utils.ScreenFX
-
获取任务栏属性
- getValue() - Method in enum class com.imyeyu.fx.bean.Interpolates
-
插值器
- getX1() - Method in enum class com.imyeyu.fx.bean.Interpolates
-
控制的 1 的横坐标
- getX2() - Method in enum class com.imyeyu.fx.bean.Interpolates
-
控制点 2 的横坐标
- getY1() - Method in enum class com.imyeyu.fx.bean.Interpolates
-
控制点 1 的纵坐标
- getY2() - Method in enum class com.imyeyu.fx.bean.Interpolates
-
控制点 2 的纵坐标
H
- handler(double, double) - Method in interface com.imyeyu.fx.utils.AnimationRenderer.AnimationCallback
-
处理器
- height(double) - Method in class com.imyeyu.fx.utils.Row
-
设置高度
- horizontal(Side, double, boolean) - Method in class com.imyeyu.fx.utils.BgImage
-
水平对齐方式
- hoverFocus(Node) - Static method in class com.imyeyu.fx.TimiFX
-
指向即聚焦该节点
- hoverOpacity(Node) - Static method in class com.imyeyu.fx.TimiFX
-
指向半透
- hoverOpacity(Node, Node) - Static method in class com.imyeyu.fx.TimiFX
-
指向半透
I
- insets(double) - Method in class com.imyeyu.fx.utils.BgFill
-
设置内边距
- insets(double, double) - Method in class com.imyeyu.fx.utils.BgFill
-
设置内边距
- insets(double, double, double, double) - Method in class com.imyeyu.fx.utils.BgFill
-
设置内边距
- insets(Insets) - Method in class com.imyeyu.fx.utils.BgFill
-
设置内边距
- INTEGER - Static variable in class com.imyeyu.fx.config.BindingsConfig
- integerStringBinding(DoubleProperty) - Static method in class com.imyeyu.fx.BindingUtils
-
双精度转整型字符串绑定属性
- Interpolates - Enum Class in com.imyeyu.fx.bean
-
贝塞尔曲线,动画运动方式,常用
Interpolates.EASE_OUT_EXPO - interrupt() - Method in class com.imyeyu.fx.task.RunAsync
-
中断任务
- interrupt() - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
中断任务
- isCallBack - Variable in class com.imyeyu.fx.task.RunAsyncDaemon
-
true 为回调成功
- isDragging() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取是否正在拖动
- isDragging() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取是否正在拖动
- isEmpty() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- isEnable() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取是否启用功能
- isEnable() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取是否启用功能
- isInScreen(Screen, double, double) - Static method in class com.imyeyu.fx.utils.ScreenFX
-
判定该坐标是否在屏幕内
- isInterrupted - Variable in class com.imyeyu.fx.task.RunAsync
- isInterrupted - Variable in class com.imyeyu.fx.task.RunAsyncScheduled
- isSelected(int) - Method in class com.imyeyu.fx.utils.NoSelectionModel
- isTimeout - Variable in class com.imyeyu.fx.task.RunAsyncDaemon
-
true 为回调超时
K
L
- lastT - Variable in class com.imyeyu.fx.task.RunAsync
-
最近一次更新数据
- lastT - Variable in class com.imyeyu.fx.task.RunAsyncScheduled
-
最近一次更新数据
- later(Callback, long) - Static method in class com.imyeyu.fx.task.RunAsync
-
快速构造稍后执行,触发事件属于 FX 线程
- left() - Method in class com.imyeyu.fx.utils.BorderStroke
-
1 像素左边框
- left() - Method in class com.imyeyu.fx.utils.Column
-
左对齐
- left(double) - Method in class com.imyeyu.fx.utils.BgImage
-
居左
- left(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
左边框
- leftBottom(Node, Number, Number) - Static method in class com.imyeyu.fx.utils.Anchor
-
根据左下角定位
- leftTop(Node, Number, Number) - Static method in class com.imyeyu.fx.utils.Anchor
-
根据左上角定位
- LINEAR - Enum constant in enum class com.imyeyu.fx.bean.Interpolates
-
LINEAR ( 0, 0, 1, 1)
- LONG - Static variable in class com.imyeyu.fx.config.BindingsConfig
M
- max(double) - Method in class com.imyeyu.fx.utils.Column
-
设置最大宽度
- max(double) - Method in class com.imyeyu.fx.utils.Row
-
设置最大高度
- maxX - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
最大 X 坐标
- maxX - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
最大 X 坐标
- maxXProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最大 Y 值属性
- maxXProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最大 Y 值属性
- maxY - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
最大 Y 坐标
- maxY - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
最大 Y 坐标
- maxYProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最小 Y 值属性
- maxYProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最小 Y 值属性
- md5(Screen) - Static method in class com.imyeyu.fx.utils.ScreenFX
-
此屏幕参数 MD5
- message(String) - Method in class com.imyeyu.fx.task.RunAsync
-
更新消息,非 FX 线程的 call 里触发,
RunAsync.onMessage(String)里视 UI 线程状态回调 - millis() - Method in class com.imyeyu.fx.utils.AnimationRenderer
- min(double) - Method in class com.imyeyu.fx.utils.Column
-
设置最小宽度
- min(double) - Method in class com.imyeyu.fx.utils.Row
-
设置最小高度
- minX - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
最小 X 坐标
- minX - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
最小 X 坐标
- minXProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最小 X 值属性
- minXProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最小 X 值属性
- minY - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
最小 Y 坐标
- minY - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
最小 Y 坐标
- minYProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取最小 Y 值属性
- minYProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取最小 Y 值属性
- mpf - Variable in class com.imyeyu.fx.utils.AnimationRenderer
-
平均帧生成时间
- mpfProperty() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
获取帧生成时间属性(毫秒)
- multi(Window) - Method in class com.imyeyu.fx.utils.FileSelector
-
多选文件
- multiInList(ObservableList) - Static method in class com.imyeyu.fx.ObservableUtils
-
目标列表项至少 2 个数据
- multiInList(ObservableList, Observable...) - Static method in class com.imyeyu.fx.ObservableUtils
-
目标列表项至少 2 个数据
N
- nanos() - Method in class com.imyeyu.fx.utils.AnimationRenderer
- neverPriority() - Method in class com.imyeyu.fx.utils.Column
-
列宽总是不保持跟随容器尺寸变化
- neverPriority() - Method in class com.imyeyu.fx.utils.Row
-
行高总是不保持跟随容器尺寸变化
- newValue(T) - Method in interface com.imyeyu.fx.listener.NewValueListener
- NewValueListener<T> - Interface in com.imyeyu.fx.listener
- NONE - Static variable in class com.imyeyu.fx.utils.BorderStroke
-
无边框样式
- NoSelectionModel<T> - Class in com.imyeyu.fx.utils
-
空的选择器,适用于 ListView
- NoSelectionModel() - Constructor for class com.imyeyu.fx.utils.NoSelectionModel
- notFill() - Method in class com.imyeyu.fx.utils.Column
-
子组件宽度不需填充
- notFill() - Method in class com.imyeyu.fx.utils.Row
-
子组件高度不需填充
O
- OBJECT - Static variable in class com.imyeyu.fx.config.BindingsConfig
- OBJECT_CONVERTER_MAP - Static variable in class com.imyeyu.fx.config.BindingsConfig
- OBS_LIST - Static variable in class com.imyeyu.fx.config.BindingsConfig
- OBS_SET - Static variable in class com.imyeyu.fx.config.BindingsConfig
- ObservableUtils - Class in com.imyeyu.fx
- ObservableUtils() - Constructor for class com.imyeyu.fx.ObservableUtils
- offsetX - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
偏移补偿 X 值
- offsetX - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
偏移补偿 X 值
- offsetXProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取偏移 X 值属性
- offsetXProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取偏移 X 值属性
- offsetY - Variable in class com.imyeyu.fx.draggable.DraggableNode
-
偏移补偿 Y 值
- offsetY - Variable in class com.imyeyu.fx.draggable.DraggableWindow
-
偏移补偿 Y 值
- offsetYProperty() - Method in class com.imyeyu.fx.draggable.DraggableNode
-
获取偏移 Y 值属性
- offsetYProperty() - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
获取偏移 Y 值属性
- oldValue(T) - Method in interface com.imyeyu.fx.listener.OldValueListener
- OldValueListener<T> - Interface in com.imyeyu.fx.listener
- onChange(ObservableValue, CallbackArg) - Static method in class com.imyeyu.fx.ObservableUtils
- onException(Throwable) - Method in class com.imyeyu.fx.task.RunAsync
-
发生异常(FX 线程)
- onException(Throwable) - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
发生异常(FX 线程)
- onFinally() - Method in class com.imyeyu.fx.task.RunAsync
-
线程完成监听,无论正常完成还是出现异常,都会触发此方法
- onFinally() - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
线程完成监听,无论正常完成还是出现异常,都会触发此方法
- onFinish() - Method in class com.imyeyu.fx.task.RunAsync
-
完成事件(FX 线程,只要线程结束就会调用)
- onFinish() - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
完成事件(FX 线程,只要线程结束就会调用)
- onFinish(T) - Method in class com.imyeyu.fx.task.RunAsync
-
完成事件(FX 线程,只要线程结束就会调用,参数为
RunAsync.update(T)或RunAsync.call()最后一次更新值) - onFinish(T) - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
完成事件(FX 线程,只要线程结束就会调用,参数为
RunAsyncScheduled.update(T)或RunAsyncScheduled.call()最后一次更新值) - onlyOnceInList(ObservableList) - Static method in class com.imyeyu.fx.ObservableUtils
-
目标列表项有且仅有一项数据
- onlyOnceInList(ObservableList, Observable...) - Static method in class com.imyeyu.fx.ObservableUtils
-
目标列表项有且仅有一项数据
- onMessage(String) - Method in class com.imyeyu.fx.task.RunAsync
-
更新消息
- onProgress(double) - Method in class com.imyeyu.fx.task.RunAsync
-
更新进度事件,
RunAsync.progress(double)触发,属于 FX 线程 - onRunning() - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
RunAsyncScheduled.call()运行时触发 - onScheduled() - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
每次开始运行时触发,在延时计算前触发
- onTimeout() - Method in class com.imyeyu.fx.task.RunAsyncDaemon
-
超时事件
- onUpdate(T) - Method in class com.imyeyu.fx.task.RunAsync
-
数据更新事件,
RunAsync.update(T)或RunAsync.call()返回参数触发,属于 FX 线程 - onUpdate(T) - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
数据更新事件,
RunAsyncScheduled.update(T)或RunAsyncScheduled.call()返回参数触发,属于 FX 线程 - onUpdateProgress(double) - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
更新进度事件,
RunAsyncScheduled.progress(double)触发,属于 FX 线程 - or(ObservableValue...) - Static method in class com.imyeyu.fx.BindingUtils
-
多个布尔值绑定属性或运算
- outOfScreen(double, double) - Static method in class com.imyeyu.fx.utils.ScreenFX
-
该坐标是否溢出屏幕
P
- padding(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置内边距
- padding(double, double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置内边距
- padding(double, double, double, double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置内边距
- PAINT - Static variable in class com.imyeyu.fx.config.BindingsConfig
-
颜色配置转换
- percentHeight(double) - Method in class com.imyeyu.fx.utils.Row
-
以百分比设置高度
- percentWidth(double) - Method in class com.imyeyu.fx.utils.Column
-
以百分比设置宽度
- pos(Side, double, boolean, Side, double, boolean) - Method in class com.imyeyu.fx.utils.BgImage
-
背景位置
- primary - Static variable in class com.imyeyu.fx.utils.ScreenFX
-
主屏幕
- progress(double) - Method in class com.imyeyu.fx.task.RunAsync
-
主动更新进度,非 FX 线程的 call 里触发,
RunAsync.onProgress(double)里视 UI 线程状态回调 - progress(double) - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
主动更新进度,非 FX 线程的 call 里触发,
RunAsyncScheduled.onUpdateProgress(double)里视 UI 线程状态回调 - PropertyConverter() - Constructor for class com.imyeyu.fx.config.BindingsConfig.PropertyConverter
- PublicTask<T> - Class in com.imyeyu.fx.task
-
Task 提升权限,所有操作视 UI 线程状态选择性调度(UI 繁忙时不更新),数据计算不应在更新回调中
- PublicTask() - Constructor for class com.imyeyu.fx.task.PublicTask
R
- raddi(double) - Method in class com.imyeyu.fx.utils.BgFill
-
设置四角圆角大小
- raddi(double, double, double, double, boolean) - Method in class com.imyeyu.fx.utils.BgFill
-
设置四角圆角大小
- radius(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置圆角
- radius(double, boolean) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置圆角
- radius(double, double, double, double, boolean) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置圆角
- reflectSkin(Control, String) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
反射控件平滑滚动面板
- register(TimiInject, Application, Stage) - Static method in class com.imyeyu.fx.inject.FXTimiInject
-
将 JavaFX Application 和 Stage 注册到容器,并对 Application 执行字段注入
- relativeCenter(Window, Window) - Static method in class com.imyeyu.fx.TimiFX
-
设置相对居中窗体
- relativeCenter4PrimaryScreen(Window) - Static method in class com.imyeyu.fx.TimiFX
-
设置窗体到主屏幕中间(偏上少许)
- relativeCenter4Screen(Screen, Window) - Static method in class com.imyeyu.fx.TimiFX
-
设置窗体到屏幕中间(偏上少许)
- removeRenderCallback(CallbackArg) - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
移除渲染回调
- render(Duration, AnimationRenderer.AnimationCallback) - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
添加渲染动画
- render(Duration, AnimationRenderer.AnimationCallback, Callback) - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
添加渲染动画
- renderCallbacks - Variable in class com.imyeyu.fx.utils.AnimationRenderer
-
渲染回调
- repeat(BackgroundRepeat) - Method in class com.imyeyu.fx.utils.BgImage
-
双轴平铺方式
- repeatX(BackgroundRepeat) - Method in class com.imyeyu.fx.utils.BgImage
-
X 轴平铺方式
- repeatY(BackgroundRepeat) - Method in class com.imyeyu.fx.utils.BgImage
-
Y 轴平铺方式
- requestTop(Stage) - Static method in class com.imyeyu.fx.TimiFX
-
请求焦点,执行显示、置顶并聚焦
- resizeSVG(String, double) - Static method in class com.imyeyu.fx.TimiFX
-
重新设置 SVG 大小
- right() - Method in class com.imyeyu.fx.utils.BorderStroke
-
1 像素右边框
- right() - Method in class com.imyeyu.fx.utils.Column
-
右对齐
- right(double) - Method in class com.imyeyu.fx.utils.BgImage
-
居右
- right(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
右边框
- rightBottom(Node, Number, Number) - Static method in class com.imyeyu.fx.utils.Anchor
-
根据右下角定位
- rightTop(Node, Number, Number) - Static method in class com.imyeyu.fx.utils.Anchor
-
根据右上角定位
- Row - Class in com.imyeyu.fx.utils
-
GridPane 行属性构造
- run(Callback) - Static method in class com.imyeyu.fx.task.RunAsync
-
快速构造异步任务
- run(Callback, Callback) - Static method in class com.imyeyu.fx.task.RunAsync
-
快速构造异步任务
- run(Callback, CallbackArg) - Static method in class com.imyeyu.fx.task.RunAsync
-
快速构造异步任务
- run(Class, Application, Stage) - Static method in class com.imyeyu.fx.inject.FXTimiInject
-
启动容器并在初始化前注册 Application 和 Stage
- RunAsync<T> - Class in com.imyeyu.fx.task
-
异步线程执行,常用的构建异步线程任务
- RunAsync() - Constructor for class com.imyeyu.fx.task.RunAsync
- RunAsyncDaemon<T> - Class in com.imyeyu.fx.task
-
异步守护执行,如果
RunAsync超过指定时间没有回调,将触发 onTimeout - RunAsyncDaemon() - Constructor for class com.imyeyu.fx.task.RunAsyncDaemon
-
默认构造器(执行超时 2 秒)
- RunAsyncDaemon(int) - Constructor for class com.imyeyu.fx.task.RunAsyncDaemon
-
构造器
- RunAsyncScheduled<T> - Class in com.imyeyu.fx.task
-
异步任务,支持多次调度
- RunAsyncScheduled() - Constructor for class com.imyeyu.fx.task.RunAsyncScheduled
-
默认构造器
- RunAsyncScheduled(Duration) - Constructor for class com.imyeyu.fx.task.RunAsyncScheduled
-
标准构造
S
- save(Window) - Method in class com.imyeyu.fx.utils.FileSelector
-
保存文件
- ScreenFX - Class in com.imyeyu.fx.utils
-
多屏操作,可在所有屏幕显示标识,并提供选择参考
- ScreenFX() - Constructor for class com.imyeyu.fx.utils.ScreenFX
- SCREENS - Static variable in class com.imyeyu.fx.utils.ScreenFX
-
所有屏幕
- scrollPane(ScrollPane) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
平滑滚动面板
- scrollPane(ScrollPane, DoubleProperty, Function) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
平滑滚动面板
- scrollPaneH(ScrollPane) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
平滑水平滚动面板
- scrollPaneV(ScrollPane) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
平滑垂直滚动面板
- scrollToCenter(Control, int) - Static method in class com.imyeyu.fx.TimiFX
-
滚动指定项至控件可视范围的中央
- second() - Method in class com.imyeyu.fx.utils.AnimationRenderer
- select(int) - Method in class com.imyeyu.fx.utils.NoSelectionModel
- select(T) - Method in class com.imyeyu.fx.utils.NoSelectionModel
- selectAll() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- selectFirst() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- selectIndices(int, int...) - Method in class com.imyeyu.fx.utils.NoSelectionModel
- selectLast() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- selectNext() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- selectPrevious() - Method in class com.imyeyu.fx.utils.NoSelectionModel
- serialize(Object) - Method in interface com.imyeyu.fx.config.BindingsConfig.ObjectPropertyConverter
- serialize(Field, T) - Method in class com.imyeyu.fx.config.BindingsConfig.PropertyConverter
- setBg(Node, String, int, int, int) - Static method in class com.imyeyu.fx.utils.BgImage
-
JavaFX 设置组件背景,底色为默认
- setBgTp(Node, String, int, int, int) - Static method in class com.imyeyu.fx.utils.BgImage
-
JavaFX 设置组件背景,底色为透明
- setDragging(boolean) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置是否正在拖动
- setDragging(boolean) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置是否正在拖动
- setEnable(boolean) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置是否启用功能
- setEnable(boolean) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置是否启用功能
- setEventButton(MouseButton) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置触发拖动事件的按钮
- setEventButton(MouseButton) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置触发拖动事件的按钮
- setMaxX(double) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置最大 X 值
- setMaxX(double) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置最大 X 值
- setMaxY(double) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置最大 Y 值
- setMaxY(double) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置最大 Y 值
- setMinX(double) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置最小 X 值
- setMinX(double) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置最小 X 值
- setMinY(double) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置最小 Y 值
- setMinY(double) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置最小 Y 值
- setOffsetX(double) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置偏移 X 值
- setOffsetX(double) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置偏移 X 值
- setOffsetY(double) - Method in class com.imyeyu.fx.draggable.DraggableNode
-
设置偏移 Y 值
- setOffsetY(double) - Method in class com.imyeyu.fx.draggable.DraggableWindow
-
设置偏移 Y 值
- setPrefFPS(int) - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
预设 FPS,渲染器会尽量匹配此帧率渲染,可能会突破少许,系统资源紧张时实际渲染帧率会低于预设
- setTitle(String) - Method in class com.imyeyu.fx.utils.DirectorySelector
-
设置标题
- setTitle(String) - Method in class com.imyeyu.fx.utils.FileSelector
-
设置标题
- show(Window) - Method in class com.imyeyu.fx.utils.DirectorySelector
-
显示文件夹选择
- showCenter(Window, Window) - Static method in class com.imyeyu.fx.TimiFX
-
相对于某窗体居中显示新窗体(需预设宽高)
- single(Window) - Method in class com.imyeyu.fx.utils.FileSelector
-
单选文件
- size(double, double, boolean, boolean, boolean, boolean) - Method in class com.imyeyu.fx.utils.BgImage
-
图像大小
- SmoothScroll - Class in com.imyeyu.fx.utils
-
平滑滚动控制,使控件滚动平滑,此功能需要较多 GPU 性能
- SmoothScroll() - Constructor for class com.imyeyu.fx.utils.SmoothScroll
- SOLID - Static variable in class com.imyeyu.fx.utils.BorderStroke
-
连续边框
- sometimesPriority() - Method in class com.imyeyu.fx.utils.Column
-
列宽不受其他列影响时可跟随容器尺寸变化
- sometimesPriority() - Method in class com.imyeyu.fx.utils.Row
-
行高不受其他行影响时可跟随容器尺寸变化
- start() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
启动
- statusTimer - Variable in class com.imyeyu.fx.utils.AnimationRenderer
-
状态计时器
- stop() - Method in class com.imyeyu.fx.utils.AnimationRenderer
-
停止
- STRING - Static variable in class com.imyeyu.fx.config.BindingsConfig
- StringConverters - Class in com.imyeyu.fx.utils
-
FX 常用字符串转换
- StringConverters() - Constructor for class com.imyeyu.fx.utils.StringConverters
- style(BorderStrokeStyle) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置样式
- style(BorderStrokeStyle, BorderStrokeStyle, BorderStrokeStyle, BorderStrokeStyle) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置样式
T
- task - Variable in class com.imyeyu.fx.task.RunAsync
-
任务对象
- task - Variable in class com.imyeyu.fx.task.RunAsyncScheduled
-
执行任务
- test() - Static method in class com.imyeyu.fx.utils.BgFill
-
快速构造测试背景
- test() - Static method in class com.imyeyu.fx.utils.BorderStroke
-
快速构造测试边框
- test(String) - Static method in class com.imyeyu.fx.utils.BorderStroke
-
快速构造测试边框
- textarea(TextArea) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
文本域平滑滚动
- timer - Variable in class com.imyeyu.fx.utils.AnimationRenderer
-
渲染器
- TimiFX - Class in com.imyeyu.fx
-
TimiFX - JavaFX 开发工具
- TimiFX() - Constructor for class com.imyeyu.fx.TimiFX
- toBottom() - Method in class com.imyeyu.fx.utils.BgFill
-
从上往下渐变
- toggleStyleClass(Node, ReadOnlyBooleanProperty, String, String) - Static method in class com.imyeyu.fx.TimiFX
-
根据布尔值监听动态切换节点 CSS 类
- toggleStyleClass4Binding(Node, BooleanBinding, String, String) - Static method in class com.imyeyu.fx.TimiFX
-
根据布尔值监听动态切换节点 CSS 类
- toHexString(Color) - Static method in class com.imyeyu.fx.TimiFX
-
十六进制颜色含透明度:0xFF00FF00
- top() - Method in class com.imyeyu.fx.utils.BorderStroke
-
1 像素上边框
- top() - Method in class com.imyeyu.fx.utils.Row
-
顶部对齐
- top(double) - Method in class com.imyeyu.fx.utils.BgImage
-
居上
- top(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
上边框
- toRight() - Method in class com.imyeyu.fx.utils.BgFill
-
从左往右渐变
- type(Class) - Static method in class com.imyeyu.fx.utils.StringConverters
-
通用枚举转换,此转换反射枚举项的 name 字段
U
- update(T) - Method in class com.imyeyu.fx.task.RunAsync
-
主动更新数据,通常是非 FX 线程的 call 里触发,
RunAsync.onUpdate(T)里视 UI 线程状态回调 - update(T) - Method in class com.imyeyu.fx.task.RunAsyncScheduled
-
主动更新数据,通常是非 FX 线程的 call 里触发,
RunAsyncScheduled.onUpdate(T)里视 UI 线程状态回调 - updateMessage(String) - Method in class com.imyeyu.fx.task.PublicTask
-
更新消息
- updateProgress(double, double) - Method in class com.imyeyu.fx.task.PublicTask
-
更新进度(自动计算百分比)
- updateProgress(long, long) - Method in class com.imyeyu.fx.task.PublicTask
-
更新进度(自动计算百分比)
- updateTitle(String) - Method in class com.imyeyu.fx.task.PublicTask
-
更新标题
- updateValue(T) - Method in class com.imyeyu.fx.task.PublicTask
-
更新数据
V
- VALUE - Static variable in class com.imyeyu.fx.utils.Column
-
通用值列
- VALUE_FILL - Static variable in class com.imyeyu.fx.utils.Column
-
通用值列(填充)
- valueOf(String) - Static method in enum class com.imyeyu.fx.bean.Interpolates
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.imyeyu.fx.bean.Interpolates
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vertical(Side, double, boolean) - Method in class com.imyeyu.fx.utils.BgImage
-
垂直对齐方式
- virtual(Control) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
反射控件虚拟滚动面板
- virtual(Control, VirtualFlow) - Static method in class com.imyeyu.fx.utils.SmoothScroll
-
虚拟滚动面板平滑滚动
W
- width(double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置宽度
- width(double) - Method in class com.imyeyu.fx.utils.Column
-
设置宽度
- width(double, double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置宽度
- width(double, double, double, double) - Method in class com.imyeyu.fx.utils.BorderStroke
-
设置宽度
X
- xy(double, double) - Method in class com.imyeyu.fx.utils.BgImage
-
坐标轴定位
- xy(Node, Number, Number) - Static method in class com.imyeyu.fx.utils.Anchor
All Classes and Interfaces|All Packages