Spec-Zone .ru
спецификации, руководства, описания, API
|
public static class TableView.ResizeFeatures<S>
extends java.lang.Object
column resize
functionality.Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
TableColumn<S,?> |
getColumn()
Returns the column upon which the resize is occurring, or null
if this ResizeFeatures instance was created as a result of a
TableView resize operation.
|
java.lang.Double |
getDelta()
Returns the amount of horizontal space added or removed in the
resize operation.
|
TableView<S> |
getTable()
Returns the TableView upon which the resize operation is occurring.
|
public TableView.ResizeFeatures(TableView<S> table, TableColumn<S,?> column, java.lang.Double delta)
table
- The TableView 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
TableView resize operation.delta
- The amount of horizontal space added or removed in the
resize operation.public TableColumn<S,?> getColumn()
public java.lang.Double getDelta()
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to