All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.MenuItem.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    MenuItem is intended to be used in conjunction with Menu to provide options to users. MenuItem serves as the base class for the bulk of JavaFX menus API. It has a display text property, as well as an optional graphic node that can be set on it. The accelerator property enables accessing the associated action in one keystroke. Also, as with the Button control, by using the setOnAction(javafx.event.EventHandler<javafx.event.ActionEvent>) method, you can have an instance of MenuItem perform any action you wish.

]]>
The accelerator property enables accessing the associated action in one keystroke.

]]>
Sets the individual disabled state of this MenuItem.

]]>
An optional graphic for the MenuItem.

]]>
The id of this MenuItem.

]]>
MnemonicParsing property to enable/disable text parsing.

]]>
A string representation of the CSS style associated with this specific MenuItem.

]]>
The text to display in the MenuItem.

]]>
Specifies whether this MenuItem should be rendered as part of the scene graph.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy