Uses of Class
visidia.misc.property.cell.CellViewer

Packages that use CellViewer
visidia.misc.property   
visidia.misc.property.cell   
 

Uses of CellViewer in visidia.misc.property
 

Methods in visidia.misc.property that return CellViewer
 CellViewer PropertyTableModel.getCellAt(int row, int column)
          Gets the cell at position (row, column).
 

Uses of CellViewer in visidia.misc.property.cell
 

Subclasses of CellViewer in visidia.misc.property.cell
 class BooleanCell
          BooleanCell is the class for editing and rendering in a JTable a cell containing a boolean.
 class ClassIdentifierCell
          SensorMoverCell is the class to specify a sensor mover from sensor properties.
 class ColorLabelCell
          ColorLabelCell is the class for editing and rendering in a JTable a cell containing a couple (Label, Color).
 class DoubleCell
          DoubleCell is the class for editing and rendering in a JTable a cell containing a double.
 class IntegerCell
          IntegerCell is the class for editing and rendering in a JTable a cell containing an integer.
 class JButtonCell
          JButtonCell is the class for rendering in a JTable a cell containing a JButton.
 class MultiStringCell
          MultiStringCell is the class for editing and rendering in a JTable a cell containing several strings.
 class StringCell
          StringCell is the class for editing and rendering in a JTable a cell containing a single string.