Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.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 | Class and Description |
---|---|
class |
TableCellBehaviorBase<S,T,TC extends TableColumnBase<S,?>,C extends IndexedCell<T>> |
Modifier and Type | Class and Description |
---|---|
class |
TableCellSkinBase<C extends IndexedCell,B extends CellBehaviorBase<C>> |
class |
TableRowSkinBase<T,C extends IndexedCell,B extends CellBehaviorBase<C>,R extends IndexedCell> |
class |
TableRowSkinBase<T,C extends IndexedCell,B extends CellBehaviorBase<C>,R extends IndexedCell> |
class |
TableViewSkinBase<M,S,C extends Control,B extends BehaviorBase<C>,I extends IndexedCell<M>,TC extends TableColumnBase<S,?>> |
class |
VirtualContainerBase<C extends Control,B extends BehaviorBase<C>,I extends IndexedCell>
Parent class to control skins whose contents are virtualized and scrollable.
|
class |
VirtualFlow<T extends IndexedCell>
Implementation of a virtualized container using a cell based mechanism.
|
Modifier and Type | Field and Description |
---|---|
(package private) T |
VirtualFlow.accumCell
A special cell used to accumulate bounds, such that we reduce object
churn.
|
Modifier and Type | Class and Description |
---|---|
class |
ListCell<T>
|
class |
TableCell<S,T>
Represents a single row/column intersection in a
TableView . |
class |
TableRow<T>
TableRow is an
IndexedCell , but
rarely needs to be used by developers creating TableView instances. |
class |
TreeCell<T>
|
class |
TreeTableCell<S,T>
Represents a single row/column intersection in a
TreeTableView . |
class |
TreeTableRow<T>
TreeTableRow is an
IndexedCell , but
rarely needs to be used by developers creating TreeTableView instances. |
Modifier and Type | Method and Description |
---|---|
IndexedCell<T> |
IndexedCellBuilder.build()
Deprecated.
Make an instance of
IndexedCell based on the properties set on this builder. |
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxListCell<T>
|
class |
CheckBoxTableCell<S,T>
|
class |
CheckBoxTreeCell<T>
|
class |
CheckBoxTreeTableCell<S,T>
A class containing a
TreeTableCell implementation that draws a
CheckBox node inside the cell, optionally with a label to indicate
what the checkbox represents. |
class |
ChoiceBoxListCell<T>
|
class |
ChoiceBoxTableCell<S,T>
|
class |
ChoiceBoxTreeCell<T>
|
class |
ChoiceBoxTreeTableCell<S,T>
A class containing a
TreeTableCell implementation that draws a
ChoiceBox node inside the cell. |
class |
ComboBoxListCell<T>
|
class |
ComboBoxTableCell<S,T>
|
class |
ComboBoxTreeCell<T>
|
class |
ComboBoxTreeTableCell<S,T>
A class containing a
TreeTableCell implementation that draws a
ComboBox node inside the cell. |
(package private) class |
DefaultTreeCell<T> |
class |
ProgressBarTableCell<S>
A class containing a
TableCell implementation that draws a
ProgressBar node inside the cell. |
class |
ProgressBarTreeTableCell<S>
A class containing a
TreeTableCell implementation that draws a
ProgressBar node inside the cell. |
class |
TextFieldListCell<T>
|
class |
TextFieldTableCell<S,T>
|
class |
TextFieldTreeCell<T>
|
class |
TextFieldTreeTableCell<S,T>
A class containing a
TableCell implementation that draws a
TextField node inside the cell. |