-
-
Constructor Summary
Constructors
Constructor |
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.
|
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
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.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ResizeFeaturesBase
public 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.
- Parameters:
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.
-
Method Detail
-
getColumn
public 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.
- Returns:
- the column upon which the resize is occurring