Uses of Class
javafx.scene.control.DialogPane
-
Packages that use DialogPane 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of DialogPane in javafx.scene.control
Methods in javafx.scene.control that return DialogPane Modifier and Type 方法 描述 DialogPane
Dialog. getDialogPane()
获取属性dialogPane的值。Methods in javafx.scene.control that return types with arguments of type DialogPane Modifier and Type 方法 描述 ObjectProperty<DialogPane>
Dialog. dialogPaneProperty()
对话框的根节点 ,DialogPane
包含对话框中显示的所有可视元素。Methods in javafx.scene.control with parameters of type DialogPane Modifier and Type 方法 描述 void
Dialog. setDialogPane(DialogPane value)
设置属性dialogPane的值。
-