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 SingleSelectionModel<Tab> |
TabPaneBuilder.selectionModel |
private SingleSelectionModel<T> |
ComboBoxBuilder.selectionModel |
private SingleSelectionModel<T> |
ChoiceBoxBuilder.selectionModel |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<SingleSelectionModel<Tab>> |
TabPane.selectionModel |
private ObjectProperty<SingleSelectionModel<T>> |
ComboBox.selectionModel
The selection model for the ComboBox.
|
private ObjectProperty<SingleSelectionModel<T>> |
ChoiceBox.selectionModel
The selection model for the ChoiceBox.
|
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<Tab> |
TabPane.getSelectionModel()
Gets the model used for tab selection.
|
SingleSelectionModel<T> |
ComboBox.getSelectionModel()
Gets the value of the property selectionModel.
|
SingleSelectionModel<T> |
ChoiceBox.getSelectionModel()
Gets the value of the property selectionModel.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<SingleSelectionModel<Tab>> |
TabPane.selectionModelProperty()
The selection model used for selecting tabs.
|
ObjectProperty<SingleSelectionModel<T>> |
ComboBox.selectionModelProperty()
The selection model for the ComboBox.
|
ObjectProperty<SingleSelectionModel<T>> |
ChoiceBox.selectionModelProperty()
The selection model for the ChoiceBox.
|
Modifier and Type | Method and Description |
---|---|
B |
ComboBoxBuilder.selectionModel(SingleSelectionModel<T> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
ChoiceBoxBuilder.selectionModel(SingleSelectionModel<T> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
TabPaneBuilder.selectionModel(SingleSelectionModel<Tab> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
void |
ComboBox.setSelectionModel(SingleSelectionModel<T> value)
Sets the value of the property selectionModel.
|
void |
ChoiceBox.setSelectionModel(SingleSelectionModel<T> value)
Sets the value of the property selectionModel.
|
void |
TabPane.setSelectionModel(SingleSelectionModel<Tab> value)
Sets the model used for tab selection.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to