Uses of Class
javafx.scene.control.CustomMenuItem
Packages that use CustomMenuItem
-
Uses of CustomMenuItem in javafx.scene.control
Subclasses of CustomMenuItem in javafx.scene.controlModifier and TypeClassDescriptionclassAMenuItemthat as the name suggests allows for a horizontal Separator to be embedded within it, by assigning aSeparatorto thecontentproperty of theCustomMenuItemThis is provided for convenience as groups ofmenuitemscan be separated by a separator.