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 TableView<S> |
TableView.ResizeFeatures.table |
private TableView<S> |
TableView.TableViewSelectionModel.tableView |
private TableView<S> |
TableView.TableViewArrayListSelectionModel.tableView |
private TableView<S> |
TableView.TableViewFocusModel.tableView |
private TableView<S> |
TablePosition.tableView |
private TableView<S> |
TableColumn.CellDataFeatures.tableView |
private TableView<S> |
TablePositionBuilder.tableView |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Callback<TableView<S>,TableRow<S>>> |
TableView.rowFactory |
private Callback<TableView<S>,TableRow<S>> |
TableViewBuilder.rowFactory |
private ReadOnlyObjectWrapper<TableView<T>> |
TableRow.tableView
*
Properties *
*
|
private ReadOnlyObjectWrapper<TableView<S>> |
TableColumn.tableView
The TableView that this TableColumn belongs to.
|
private ReadOnlyObjectWrapper<TableView<S>> |
TableCell.tableView |
Modifier and Type | Method and Description |
---|---|
TableView<S> |
TableViewBuilder.build()
Make an instance of
TableView based on the properties set on this builder. |
TableView<S> |
TableView.ResizeFeatures.getTable()
Returns the TableView upon which the resize operation is occurring.
|
TableView<S> |
TableView.TableViewSelectionModel.getTableView()
Returns the TableView instance that this selection model is installed in.
|
TableView<T> |
TableRow.getTableView()
Gets the value of the property tableView.
|
TableView<S> |
TablePosition.getTableView()
The TableView that this TablePosition is related to.
|
TableView<S> |
TableColumn.getTableView()
Gets the value of the property tableView.
|
TableView<S> |
TableColumn.CellDataFeatures.getTableView()
Returns the
TableView passed in to the constructor. |
TableView<S> |
TableColumn.CellEditEvent.getTableView()
Returns the TableView upon which this event occurred.
|
TableView<S> |
TableCell.getTableView()
Gets the value of the property tableView.
|
Modifier and Type | Method and Description |
---|---|
Callback<TableView<S>,TableRow<S>> |
TableView.getRowFactory()
Gets the value of the property rowFactory.
|
ObjectProperty<Callback<TableView<S>,TableRow<S>>> |
TableView.rowFactoryProperty()
A function which produces a TableRow.
|
ReadOnlyObjectProperty<TableView<T>> |
TableRow.tableViewProperty()
The TableView associated with this Cell.
|
ReadOnlyObjectProperty<TableView<S>> |
TableColumn.tableViewProperty()
The TableView that this TableColumn belongs to.
|
ReadOnlyObjectProperty<TableView<S>> |
TableCell.tableViewProperty()
The TableView associated with this TableCell.
|
private ReadOnlyObjectWrapper<TableView<T>> |
TableRow.tableViewPropertyImpl() |
private ReadOnlyObjectWrapper<TableView<S>> |
TableCell.tableViewPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
void |
TableViewBuilder.applyTo(TableView<S> x) |
(package private) void |
TableColumn.setTableView(TableView<S> value) |
private void |
TableCell.setTableView(TableView<S> value) |
private void |
TableRow.setTableView(TableView<T> value) |
B |
TablePositionBuilder.tableView(TableView<S> x)
Set the value of the
tableView property for the instance constructed by this builder. |
void |
TableCell.updateTableView(TableView tv)
Updates the TableView associated with this TableCell.
|
void |
TableRow.updateTableView(TableView<T> tv)
Updates the TableView associated with this TableCell.
|
Modifier and Type | Method and Description |
---|---|
B |
TableViewBuilder.rowFactory(Callback<TableView<S>,TableRow<S>> x)
Set the value of the
rowFactory property for the instance constructed by this builder. |
void |
TableView.setRowFactory(Callback<TableView<S>,TableRow<S>> value)
Sets the value of the property rowFactory.
|
Constructor and Description |
---|
TableColumn.CellDataFeatures(TableView<S> tableView,
TableColumn<S,T> tableColumn,
S value)
Instantiates a CellDataFeatures instance with the given properties
set as read-only values of this instance.
|
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.
|
TablePosition(TableView<S> tableView,
int row,
TableColumn<S,T> tableColumn)
Constructs a TablePosition instance to represent the given row/column
position in the given TableView instance.
|
TableView.ResizeFeatures(TableView<S> table,
TableColumn<S,?> column,
java.lang.Double delta)
Creates an instance of this class, with the provided TableView,
TableColumn and delta values being set and stored in this immutable
instance.
|
TableView.TableViewArrayListSelectionModel(TableView<S> tableView)
*
Constructors *
*
|
TableView.TableViewFocusModel(TableView<S> tableView)
Creates a default TableViewFocusModel instance that will be used to
manage focus of the provided TableView control.
|
TableView.TableViewSelectionModel(TableView<S> tableView)
Builds a default TableViewSelectionModel instance with the provided
TableView.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to