Uses of Class
javafx.scene.control.CustomMenuItem
| Package | Description | 
|---|---|
| javafx.scene.control | The JavaFX User Interface Controls (UI Controls or just Controls) are
    specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
    many different application contexts. | 
- 
Uses of CustomMenuItem in javafx.scene.controlSubclasses of CustomMenuItem in javafx.scene.control Modifier and Type Class Description classSeparatorMenuItemAMenuItemthat 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.