Example usage for Java javafx.scene.control RadioMenuItem fields, constructors, methods, implement or subclass
The text is from its open source code.
RadioMenuItem(String text) Constructs a RadioMenuItem and sets the display text with the specified text. | |
RadioMenuItem() Constructs a RadioMenuItem with no display text. |
boolean | isVisible() |
BooleanProperty | selectedProperty() |
void | setOnAction(EventHandler |
void | setSelected(boolean value) |
void | setToggleGroup(ToggleGroup value) |
void | setUserData(Object value) Convenience method for setting a single Object property that can be retrieved at a later date. |