| Package | Description |
|---|---|
| com.sun.javafx.collections | |
| 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 MappingChange.Map<E,F> |
MappingChange.map |
static MappingChange.Map |
MappingChange.NOOP_MAP |
| Constructor and Description |
|---|
MappingChange(ListChangeListener.Change<? extends E> original,
MappingChange.Map<E,F> map,
ObservableList<F> list) |
| Modifier and Type | Field and Description |
|---|---|
private MappingChange.Map<TablePosition<S,?>,java.lang.Integer> |
TableView.TableViewArrayListSelectionModel.cellToIndicesMap |
private MappingChange.Map<TreeTablePosition<S,?>,java.lang.Integer> |
TreeTableView.TreeTableViewArrayListSelectionModel.cellToIndicesMap |
private MappingChange.Map<TablePosition<S,?>,S> |
TableView.TableViewArrayListSelectionModel.cellToItemsMap |
private MappingChange.Map<TreeTablePosition<S,?>,TreeItem<S>> |
TreeTableView.TreeTableViewArrayListSelectionModel.cellToItemsMap |