Example usage for Java javafx.scene.control CheckMenuItem fields, constructors, methods, implement or subclass
The text is from its open source code.
CheckMenuItem(String text) Constructs a CheckMenuItem and sets the display text with the specified text. | |
CheckMenuItem() * Constructors * | |
CheckMenuItem(String text, Node graphic) Constructs a CheckMenuItem and sets the display text with the specified text and sets the graphic Node to the given node. |
boolean | isSelected() |
BooleanProperty | selectedProperty() |
void | setAccelerator(KeyCombination value) |
void | setOnAction(EventHandler |
void | setSelected(boolean value) |
void | setText(String value) |