Spec-Zone .ru
спецификации, руководства, описания, API
Java FX 2.0

Package javafx.scene.control.cell

The javafx.scene.control.cell package is where all cell-related classes are located, other than the core classes such as Cell, IndexedCell, ListCell, TreeCell, and TableCell.

See: Description

Package javafx.scene.control.cell Description

The javafx.scene.control.cell package is where all cell-related classes are located, other than the core classes such as Cell, IndexedCell, ListCell, TreeCell, and TableCell. At present this package is relatively bare, but it is where future cell-related classes will be located.

At present the only class available in this package is the PropertyValueFactory, which helps to simplify the population of the TableCell item property. Refer to the class documentation for more information and examples of how to use it.

Java FX 2.0

Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.