Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ObjectProperty<Callback<ResizeFeaturesBase,java.lang.Boolean>> |
TreeTableViewSkin.columnResizePolicyProperty() |
protected ObjectProperty<Callback<ResizeFeaturesBase,java.lang.Boolean>> |
TableViewSkin.columnResizePolicyProperty() |
protected abstract ObjectProperty<Callback<ResizeFeaturesBase,java.lang.Boolean>> |
TableViewSkinBase.columnResizePolicyProperty() |
Modifier and Type | Class and Description |
---|---|
static class |
TableView.ResizeFeatures<S>
An immutable wrapper class for use in the TableView
column resize functionality. |
static class |
TreeTableView.ResizeFeatures<S>
An immutable wrapper class for use in the TableView
column resize functionality. |
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
TableUtil.constrainedResize(ResizeFeaturesBase prop,
boolean isFirstRun,
double tableWidth,
java.util.List<? extends TableColumnBase<?,?>> visibleLeafColumns)
The constrained resize algorithm used by TableView and TreeTableView.
|