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

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.

It is important to note that whilst most cells in this package are editable, for a cells editing functionality to be enabled it is required that all related classes have editing enabled. For example, in a TableView, both the TableView and the relevant TableColumn must have setEditing(true) called.

JavaFX 2.2

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