Uses of Class
javafx.scene.control.SelectionMode
-
Packages that use SelectionMode 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of SelectionMode in javafx.scene.control
Methods in javafx.scene.control that return SelectionMode Modifier and Type 方法 描述 SelectionMode
MultipleSelectionModel. getSelectionMode()
获取属性selectionMode的值。static SelectionMode
SelectionMode. valueOf(String name)
以指定的名称返回此类型的枚举常量。static SelectionMode[]
SelectionMode. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.control that return types with arguments of type SelectionMode Modifier and Type 方法 描述 ObjectProperty<SelectionMode>
MultipleSelectionModel. selectionModeProperty()
指定在此选择模型中使用的选择模式。Methods in javafx.scene.control with parameters of type SelectionMode Modifier and Type 方法 描述 void
MultipleSelectionModel. setSelectionMode(SelectionMode value)
设置属性selectionMode的值。
-