Uses of Class
visidia.misc.property.cell.handler.ClassIdentifierCellHandler

Packages that use ClassIdentifierCellHandler
visidia.misc.property.cell.handler   
 

Uses of ClassIdentifierCellHandler in visidia.misc.property.cell.handler
 

Subclasses of ClassIdentifierCellHandler in visidia.misc.property.cell.handler
 class SensorMoverCellHandler
          SensorMoverCellHandler is a concrete handler for ClassIdentifier objects related to a SensorMover.
 

Fields in visidia.misc.property.cell.handler declared as ClassIdentifierCellHandler
protected  ClassIdentifierCellHandler ClassIdentifierCellHandler.successor
          The successor.
 

Methods in visidia.misc.property.cell.handler that return ClassIdentifierCellHandler
 ClassIdentifierCellHandler ClassIdentifierCellHandler.getSuccessor()
          Gets the successor.
 

Methods in visidia.misc.property.cell.handler with parameters of type ClassIdentifierCellHandler
 void ClassIdentifierCellHandler.setSuccessor(ClassIdentifierCellHandler successor)
          Sets the successor.