Spec-Zone.ru › OpenJavaFX 8
javafx.scene.control

Class TreeTableView.ResizeFeatures<S>

java.lang.Object
  • javafx.scene.control.ResizeFeaturesBase<TreeItem<S>>
    • javafx.scene.control.TreeTableView.ResizeFeatures<S>

Enclosing class:

TreeTableView<S>



public static class TreeTableView.ResizeFeatures<S>
extends ResizeFeaturesBase<TreeItem<S>>
An immutable wrapper class for use in the TableView column resize functionality.

Since:

JavaFX 8.0

  • Constructor Summary

    Constructors
    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.
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    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.
    • Methods inherited from class javafx.scene.control.ResizeFeaturesBase

      getDelta
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Detail

    • ResizeFeatures

      public 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.

      Parameters:

      treeTable - The TreeTableView upon which the resize operation is occurring.

  • Method Detail

    • getColumn

      public 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.

      Overrides:

      getColumn in class ResizeFeaturesBase<TreeItem<S>>

    • getTable

      public TreeTableView<S> getTable()
      Returns the TreeTableView upon which the resize operation is occurring.

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API