Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.skin | |
com.sun.javafx.webkit.theme | |
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.
|
javafx.scene.control.cell |
The
javafx.scene.control.cell package is where all cell-related
classes are located, other than the core classes such as
Cell , IndexedCell ,
ListCell , TreeCell ,
and TableCell . |
Constructor and Description |
---|
ChoiceBoxBehavior(ChoiceBox<T> control) |
Constructor and Description |
---|
ChoiceBoxSkin(ChoiceBox<T> control) |
Modifier and Type | Class and Description |
---|---|
private static class |
RenderThemeImpl.FormMenuList |
Modifier and Type | Field and Description |
---|---|
private ChoiceBox<T> |
ChoiceBox.ChoiceBoxSelectionModel.choiceBox |
Modifier and Type | Method and Description |
---|---|
ChoiceBox<T> |
ChoiceBoxBuilder.build()
Deprecated.
Make an instance of
ChoiceBox based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
ChoiceBoxBuilder.applyTo(ChoiceBox<T> x)
Deprecated.
|
Constructor and Description |
---|
ChoiceBoxSelectionModel(ChoiceBox<T> cb) |
Modifier and Type | Field and Description |
---|---|
private ChoiceBox<T> |
ChoiceBoxListCell.choiceBox |
private ChoiceBox<T> |
ChoiceBoxTreeTableCell.choiceBox |
private ChoiceBox<T> |
ChoiceBoxTreeCell.choiceBox |
private ChoiceBox<T> |
ChoiceBoxTableCell.choiceBox |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> ChoiceBox<T> |
CellUtils.createChoiceBox(Cell<T> cell,
ObservableList<T> items,
ObjectProperty<StringConverter<T>> converter) |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> void |
CellUtils.updateItem(Cell<T> cell,
StringConverter<T> converter,
ChoiceBox<T> choiceBox)
*
ChoiceBox convenience *
*
|
(package private) static <T> void |
CellUtils.updateItem(Cell<T> cell,
StringConverter<T> converter,
HBox hbox,
Node graphic,
ChoiceBox<T> choiceBox) |