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

Class TreeTableColumn.CellDataFeatures<S,T>

java.lang.Object
  • javafx.scene.control.TreeTableColumn.CellDataFeatures<S,T>

Type Parameters:

S - The TableView type

Enclosing class:

TreeTableColumn<S,T>



public static class TreeTableColumn.CellDataFeatures<S,T>
extends Object
A support class used in TreeTableColumn as a wrapper class to provide all necessary information for a particular Cell. Once instantiated, this class is immutable.

Since:

JavaFX 8.0

  • Constructor Summary

    Constructors
    Constructor and Description
    CellDataFeatures(TreeTableView<S> treeTableView, TreeTableColumn<S,T> tableColumn, TreeItem<S> value)
    Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    TreeTableColumn<S,T> getTreeTableColumn()
    Returns the TreeTableColumn passed in to the constructor.
    TreeTableView<S> getTreeTableView()
    Returns the TableView passed in to the constructor.
    TreeItem<S> getValue()
    Returns the value passed in to the constructor.
    • Methods inherited from class java.lang.Object

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

    • CellDataFeatures

      public CellDataFeatures(TreeTableView<S> treeTableView,
                              TreeTableColumn<S,T> tableColumn,
                              TreeItem<S> value)
      Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.

      Parameters:

      treeTableView - The TableView that this instance refers to.

  • Method Detail

    • getValue

      public TreeItem<S> getValue()
      Returns the value passed in to the constructor.
    • getTreeTableColumn

      public TreeTableColumn<S,T> getTreeTableColumn()
      Returns the TreeTableColumn passed in to the constructor.
    • getTreeTableView

      public TreeTableView<S> getTreeTableView()
      Returns the TableView passed in to the constructor.

© 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