Uses of Class
javafx.scene.control.Menu
-
Packages that use Menu 软件包 描述 javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。 -
-
Uses of Menu in javafx.scene.control
Methods in javafx.scene.control that return Menu Modifier and Type 方法 描述 Menu
MenuItem. getParentMenu()
获取属性parentMenu的值。Methods in javafx.scene.control that return types with arguments of type Menu Modifier and Type 方法 描述 ObservableList<Menu>
MenuBar. getMenus()
在MenuBar中显示的菜单。ReadOnlyObjectProperty<Menu>
MenuItem. parentMenuProperty()
这是Menu
,其中MenuItem
存在。Methods in javafx.scene.control with parameters of type Menu Modifier and Type 方法 描述 protected void
MenuItem. setParentMenu(Menu value)
设置属性parentMenu的值。Constructors in javafx.scene.control with parameters of type Menu Constructor 描述 MenuBar(Menu... menus)
使用给定的菜单创建一个新的MenuBar。
-