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.
|
Modifier and Type | Method and Description |
---|---|
ToggleGroup |
RadioMenuItem.getToggleGroup()
Gets the value of the property toggleGroup.
|
ToggleGroup |
Toggle.getToggleGroup()
Returns The
ToggleGroup to which this Toggle belongs. |
ToggleGroup |
ToggleButton.getToggleGroup()
Gets the value of the property toggleGroup.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ToggleGroup> |
RadioMenuItem.toggleGroupProperty()
Represents the
ToggleGroup that this RadioMenuItem belongs to. |
ObjectProperty<ToggleGroup> |
Toggle.toggleGroupProperty()
The
ToggleGroup to which this Toggle belongs. |
ObjectProperty<ToggleGroup> |
ToggleButton.toggleGroupProperty()
The
ToggleGroup to which this ToggleButton belongs. |
Modifier and Type | Method and Description |
---|---|
void |
RadioMenuItem.setToggleGroup(ToggleGroup value)
Sets the value of the property toggleGroup.
|
void |
Toggle.setToggleGroup(ToggleGroup toggleGroup)
Sets the
ToggleGroup to which this Toggle belongs. |
void |
ToggleButton.setToggleGroup(ToggleGroup value)
Sets the value of the property toggleGroup.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.