Uses of Class
javafx.scene.control.CustomMenuItem
-
Uses of CustomMenuItem in javafx.scene.control
Modifier and TypeClassDescriptionclass
AMenuItem
that as the name suggests allows for a horizontal Separator to be embedded within it, by assigning aSeparator
to thecontent
property of theCustomMenuItem
This is provided for convenience as groups ofmenuitems
can be separated by a separator.