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 TablePosition |
TableView.TableViewFocusModel.EMPTY_CELL |
private TablePosition<S,T> |
TableColumn.CellEditEvent.pos |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<TablePosition<S,?>> |
TableView.editingCell |
private ReadOnlyObjectWrapper<TablePosition> |
TableView.TableViewFocusModel.focusedCell
The position of the current item in the TableView which has the focus.
|
private ObservableList<TablePosition> |
TableView.TableViewArrayListSelectionModel.selectedCells
*
Observable properties (and getters/setters) *
*
|
private com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList<TablePosition> |
TableView.TableViewArrayListSelectionModel.selectedCellsSeq |
private ListChangeListener<TablePosition> |
TableRow.selectedListener
*
Callbacks and Events *
*
|
private ListChangeListener<TablePosition> |
TableCell.selectedListener |
Modifier and Type | Method and Description |
---|---|
TablePosition<S,T> |
TablePositionBuilder.build()
Make an instance of
TablePosition based on the properties set on this builder. |
TablePosition<S,?> |
TableView.getEditingCell()
Gets the value of the property editingCell.
|
private TablePosition |
TableView.TableViewArrayListSelectionModel.getFocusedCell() |
TablePosition |
TableView.TableViewFocusModel.getFocusedCell()
Gets the value of the property focusedCell.
|
TablePosition<S,T> |
TableColumn.CellEditEvent.getTablePosition()
Returns the position upon which this event occurred.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<TablePosition<S,?>> |
TableView.editingCellProperty()
Represents the current cell being edited, or null if
there is no cell being edited.
|
private ReadOnlyObjectWrapper<TablePosition<S,?>> |
TableView.editingCellPropertyImpl() |
ReadOnlyObjectProperty<TablePosition> |
TableView.TableViewFocusModel.focusedCellProperty()
The position of the current item in the TableView which has the focus.
|
private ReadOnlyObjectWrapper<TablePosition> |
TableView.TableViewFocusModel.focusedCellPropertyImpl() |
abstract ObservableList<TablePosition> |
TableView.TableViewSelectionModel.getSelectedCells()
A read-only ObservableList representing the currently selected cells
in this TableView.
|
ObservableList<TablePosition> |
TableView.TableViewArrayListSelectionModel.getSelectedCells() |
Modifier and Type | Method and Description |
---|---|
private void |
TableView.TableViewArrayListSelectionModel.focus(TablePosition pos) |
void |
TableView.TableViewFocusModel.focus(TablePosition pos)
Convenience method for setting focus on a particular row or cell
using a
TablePosition . |
private boolean |
TableCell.match(TablePosition pos) |
private void |
TableView.setEditingCell(TablePosition<S,?> value) |
private void |
TableView.TableViewFocusModel.setFocusedCell(TablePosition value) |
Constructor and Description |
---|
TableColumn.CellEditEvent(TableView<S> table,
TablePosition<S,T> pos,
EventType<TableColumn.CellEditEvent> eventType,
T newValue)
Creates a new event that can be subsequently fired to the relevant listeners.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to