public class ResizeFeaturesBase<S> extends Object
TableView
and TreeTableView
.Constructor and Description |
---|
ResizeFeaturesBase(TableColumnBase<S,?> column,
Double delta)
Creates an instance of this class, with the provided TableColumnBase and
delta values being set and stored in this immutable instance.
|
Modifier and Type | Method and Description |
---|---|
TableColumnBase<S,?> |
getColumn()
Returns the column upon which the resize is occurring, or null
if this ResizeFeatures instance was created as a result of a
resize operation.
|
Double |
getDelta()
Returns the amount of horizontal space added or removed in the
resize operation.
|
public ResizeFeaturesBase(TableColumnBase<S,?> column, Double delta)
column
- The column upon which the resize is occurring, or null
if this ResizeFeatures instance is being created as a result of a
resize operation.delta
- The amount of horizontal space added or removed in the
resize operation.public TableColumnBase<S,?> getColumn()
public Double getDelta()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.