public interface SelectableNode
| Type | Property and Description |
|---|---|
ReadOnlyBooleanProperty |
selected
Indicates whether this node is selected.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected()
Indicates whether this node is selected.
|
boolean |
requestSelection(boolean select)
Requests selection/deselection.
|
ReadOnlyBooleanProperty |
selectedProperty()
Indicates whether this node is selected.
|
ReadOnlyBooleanProperty selectedProperty
isSelected()boolean requestSelection(boolean select)
select - defines whether to select or deselect the nodetrue if request is accepted;false
otherwiseboolean isSelected()
true if this node is selected; false otherwiseReadOnlyBooleanProperty selectedProperty()
isSelected()