Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
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.
|
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 . |
Modifier and Type | Method and Description |
---|---|
private ComboBox<T> |
ComboBoxListViewBehavior.getComboBox() |
Constructor and Description |
---|
ComboBoxListViewBehavior(ComboBox<T> comboBox) |
Modifier and Type | Field and Description |
---|---|
private ComboBox<T> |
ComboBoxListViewSkin.comboBox
*
Private fields *
*
|
Constructor and Description |
---|
ComboBoxListViewSkin(ComboBox<T> comboBox)
*
Constructors *
*
|
Modifier and Type | Field and Description |
---|---|
private ComboBox<java.lang.String> |
HTMLEditorSkin.fontFamilyComboBox |
private ComboBox<java.lang.String> |
HTMLEditorSkin.fontSizeComboBox |
private ComboBox<java.lang.String> |
HTMLEditorSkin.formatComboBox |
Modifier and Type | Field and Description |
---|---|
private ComboBox<T> |
ChoiceDialog.comboBox |
private ComboBox<T> |
ComboBox.ComboBoxSelectionModel.comboBox |
Modifier and Type | Method and Description |
---|---|
ComboBox<T> |
ComboBoxBuilder.build()
Deprecated.
Make an instance of
ComboBox based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
ComboBoxBuilder.applyTo(ComboBox<T> x)
Deprecated.
|
Constructor and Description |
---|
ComboBoxSelectionModel(ComboBox<T> cb) |
Modifier and Type | Field and Description |
---|---|
private ComboBox<T> |
ComboBoxListCell.comboBox |
private ComboBox<T> |
ComboBoxTableCell.comboBox |
private ComboBox<T> |
ComboBoxTreeCell.comboBox |
private ComboBox<T> |
ComboBoxTreeTableCell.comboBox |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> ComboBox<T> |
CellUtils.createComboBox(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,
ComboBox<T> comboBox)
*
ComboBox convenience *
*
|
(package private) static <T> void |
CellUtils.updateItem(Cell<T> cell,
StringConverter<T> converter,
HBox hbox,
Node graphic,
ComboBox<T> comboBox) |