Java javafx.scene.control RadioMenuItem fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control RadioMenuItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control RadioMenuItem.

The text is from its open source code.

Constructor

RadioMenuItem(String text)
Constructs a RadioMenuItem and sets the display text with the specified text.
RadioMenuItem()
Constructs a RadioMenuItem with no display text.

Method

booleanisVisible()
BooleanPropertyselectedProperty()
voidsetOnAction(EventHandler value)
voidsetSelected(boolean value)
voidsetToggleGroup(ToggleGroup value)
voidsetUserData(Object value)
Convenience method for setting a single Object property that can be retrieved at a later date.