Package | Description |
---|---|
com.sun.javafx.scene.control.skin | |
com.sun.javafx.scene.web.skin | |
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 | Field and Description |
---|---|
private ToggleGroup |
PaginationSkin.NavigationControl.indicatorButtons |
private ToggleGroup |
ChoiceBoxSkin.toggleGroup |
Modifier and Type | Field and Description |
---|---|
private ToggleGroup |
HTMLEditorSkin.alignmentToggleGroup |
Modifier and Type | Method and Description |
---|---|
private ToggleButton |
HTMLEditorSkin.addToggleButton(ToolBar toolbar,
ToggleGroup toggleGroup,
java.lang.String iconName,
java.lang.String tooltipText,
java.lang.String command,
java.lang.String styleClass) |
Modifier and Type | Field and Description |
---|---|
private ToggleGroup |
RadioMenuItemBuilder.toggleGroup
Deprecated.
|
private ToggleGroup |
ToggleButtonBuilder.toggleGroup
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<ToggleGroup> |
RadioMenuItem.toggleGroup
Represents the
ToggleGroup that this RadioMenuItem belongs to. |
private ObjectProperty<ToggleGroup> |
ToggleButton.toggleGroup
The
ToggleGroup to which this ToggleButton belongs. |
Modifier and Type | Method and Description |
---|---|
ToggleGroup |
ToggleGroupBuilder.build()
Deprecated.
Make an instance of
ToggleGroup based on the properties set on this builder. |
ToggleGroup |
Toggle.getToggleGroup()
Returns The
ToggleGroup to which this Toggle belongs. |
ToggleGroup |
RadioMenuItem.getToggleGroup() |
ToggleGroup |
ToggleButton.getToggleGroup() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ToggleGroup> |
Toggle.toggleGroupProperty()
The
ToggleGroup to which this Toggle belongs. |
ObjectProperty<ToggleGroup> |
RadioMenuItem.toggleGroupProperty() |
ObjectProperty<ToggleGroup> |
ToggleButton.toggleGroupProperty() |
Modifier and Type | Method and Description |
---|---|
void |
ToggleGroupBuilder.applyTo(ToggleGroup x)
Deprecated.
|
void |
Toggle.setToggleGroup(ToggleGroup toggleGroup)
Sets the
ToggleGroup to which this Toggle belongs. |
void |
RadioMenuItem.setToggleGroup(ToggleGroup value) |
void |
ToggleButton.setToggleGroup(ToggleGroup value) |
B |
RadioMenuItemBuilder.toggleGroup(ToggleGroup x)
Deprecated.
Set the value of the
toggleGroup property for the instance constructed by this builder. |
B |
ToggleButtonBuilder.toggleGroup(ToggleGroup x)
Deprecated.
Set the value of the
toggleGroup property for the instance constructed by this builder. |