Spec-Zone .ru
спецификации, руководства, описания, API
|
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 | Field and Description |
---|---|
private ToggleGroup |
ToggleButtonBuilder.toggleGroup |
private ToggleGroup |
RadioMenuItemBuilder.toggleGroup |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<ToggleGroup> |
ToggleButton.toggleGroup
The
ToggleGroup to which this ToggleButton belongs. |
private ObjectProperty<ToggleGroup> |
RadioMenuItem.toggleGroup
*
Properties *
*
|
Modifier and Type | Method and Description |
---|---|
ToggleGroup |
ToggleGroupBuilder.build()
Make an instance of
ToggleGroup based on the properties set on this builder. |
ToggleGroup |
ToggleButton.getToggleGroup()
Gets the value of the property toggleGroup.
|
ToggleGroup |
Toggle.getToggleGroup()
Returns The
ToggleGroup to which this Toggle belongs. |
ToggleGroup |
RadioMenuItem.getToggleGroup()
Gets the value of the property toggleGroup.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ToggleGroup> |
ToggleButton.toggleGroupProperty()
The
ToggleGroup to which this ToggleButton belongs. |
ObjectProperty<ToggleGroup> |
Toggle.toggleGroupProperty()
The
ToggleGroup to which this Toggle belongs. |
ObjectProperty<ToggleGroup> |
RadioMenuItem.toggleGroupProperty()
*
Properties *
*
|
Modifier and Type | Method and Description |
---|---|
void |
ToggleGroupBuilder.applyTo(ToggleGroup x) |
void |
ToggleButton.setToggleGroup(ToggleGroup value)
Sets the value of the property toggleGroup.
|
void |
Toggle.setToggleGroup(ToggleGroup toggleGroup)
Sets the
ToggleGroup to which this Toggle belongs. |
void |
RadioMenuItem.setToggleGroup(ToggleGroup value)
Sets the value of the property toggleGroup.
|
B |
ToggleButtonBuilder.toggleGroup(ToggleGroup x)
Set the value of the
toggleGroup property for the instance constructed by this builder. |
B |
RadioMenuItemBuilder.toggleGroup(ToggleGroup x)
Set the value of the
toggleGroup property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to