public static class TreeTableView.ResizeFeatures<S> extends ResizeFeaturesBase<TreeItem<S>>
column resize functionality.| Constructor and Description |
|---|
ResizeFeatures(TreeTableView<S> treeTable,
TreeTableColumn<S,?> column,
Double delta)
Creates an instance of this class, with the provided TreeTableView,
TreeTableColumn and delta values being set and stored in this immutable
instance.
|
| Modifier and Type | Method and Description |
|---|---|
TreeTableColumn<S,?> |
getColumn()
Returns the column upon which the resize is occurring, or null
if this ResizeFeatures instance was created as a result of a
TreeTableView resize operation.
|
TreeTableView<S> |
getTable()
Returns the TreeTableView upon which the resize operation is occurring.
|
getDeltapublic ResizeFeatures(TreeTableView<S> treeTable, TreeTableColumn<S,?> column, Double delta)
treeTable - The TreeTableView upon which the resize operation is occurring.column - The column upon which the resize is occurring, or null
if this ResizeFeatures instance is being created as a result of a
TreeTableView resize operation.delta - The amount of horizontal space added or removed in the
resize operation.public TreeTableColumn<S,?> getColumn()
getColumn in class ResizeFeaturesBase<TreeItem<S>>public TreeTableView<S> getTable()
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.