Uses of Class
javafx.scene.control.TextFormatter.Change
-
Packages that use TextFormatter.Change 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of TextFormatter.Change in javafx.scene.control
Methods in javafx.scene.control that return TextFormatter.Change Modifier and Type 方法 描述 TextFormatter.Change
TextFormatter.Change. clone()
Methods in javafx.scene.control that return types with arguments of type TextFormatter.Change Modifier and Type 方法 描述 UnaryOperator<TextFormatter.Change>
TextFormatter. getFilter()
过滤器允许用户截取和修改对文本内容所做的任何更改。Constructor parameters in javafx.scene.control with type arguments of type TextFormatter.Change Constructor 描述 TextFormatter(UnaryOperator<TextFormatter.Change> filter)
使用提供的过滤器创建一个新的Formatter。TextFormatter(StringConverter<V> valueConverter, V defaultValue, UnaryOperator<TextFormatter.Change> filter)
使用提供的过滤器,值转换器和默认值创建一个新的格式化器。
-