Example usage for Java javafx.scene.control CustomMenuItem fields, constructors, methods, implement or subclass
The text is from its open source code.
CustomMenuItem(Node node) Constructs a CustomMenuItem and initializes its content with the node specified. | |
CustomMenuItem(Node node, boolean hideOnClick) Constructs a CustomMenuItem and sets the content to the node specified. |
Node | getContent() |
void | setHideOnClick(boolean value) |
void | setMnemonicParsing(boolean value) |
void | setOnAction(EventHandler |