Uses of Class
complex.CellID

Packages that use CellID
complex   
frames   
geoComplex   
geometry   
session   
 

Uses of CellID in complex
 

Fields in complex declared as CellID
private  CellID StandardCell.cellId
           
(package private)  CellID DBCell.cellId
           
 

Methods in complex that return CellID
 CellID StandardComplex.getMaxCellID()
           
 CellID StandardCell.getID()
           
 CellID DBComplex.getMaxCellID()
           
 CellID DBCell.getID()
           
 CellID Complex.getMaxCellID()
          Returns The maximum CellID of this complex object.
 CellID Cell.getID()
          Returns the ID of this cell.
 CellID AbstractComplex.getMaxCellID()
           
 

Methods in complex with parameters of type CellID
 boolean StandardComplex.hasCell(CellID cell)
           
 Cell StandardComplex.getCell(CellID cell)
           
 void StandardComplex.removeCell(CellID cellID)
           
 void EditableComplex.removeCell(CellID cellID)
           
 Cell DBComplex.getCell(CellID cell)
           
 boolean DBComplex.hasCell(CellID cell)
           
 boolean Complex.hasCell(CellID cell)
          Checks if a cell with the specified ID is contained in this complex.
 Cell Complex.getCell(CellID cell)
          Returns the cell with the specified ID.
 

Constructors in complex with parameters of type CellID
StandardCell(CellID id, IntegerMap map, int dim, Complex complex)
           
StandardCell(CellID id, int dim, Complex complex)
           
DBCell(DBSession session, CellID cellId)
           
DBCell(DBSession session, CellID cellId, int dimension)
           
 

Uses of CellID in frames
 

Fields in frames declared as CellID
protected  CellID ChildFrame.activeCell
           
 

Methods in frames with parameters of type CellID
private  void InfoFrame.setActiveCell(CellID id)
           
 

Uses of CellID in geoComplex
 

Methods in geoComplex that return CellID
 CellID GeoBoundaryIterator.getCellID()
           
 

Methods in geoComplex with parameters of type CellID
 GeoCell StandardGeoComplex.getGeoCell(CellID cell)
           
 GeoCell GeoComplex.getGeoCell(CellID cell)
          Returns a cell of this complex as a GeoCell object.
 GeoCell DBGeoComplex.getGeoCell(CellID cell)
           
 Cell DBGeoComplex.getCell(CellID cell)
           
 

Constructors in geoComplex with parameters of type CellID
StandardGeoCell(CellID id, IntegerMap map, int dim, Geometry geo, GeoComplex geoComplex)
           
StandardGeoCell(CellID id, IntegerMap map, int dim, GeoComplex geoComplex)
           
DBGeoCell(DBSession session, CellID id)
           
DBGeoCell(DBSession session, CellID id, int dim)
           
 

Uses of CellID in geometry
 

Methods in geometry that return CellID
 CellID GeoBoundaryIterator.getCellID()
           
 

Uses of CellID in session
 

Fields in session declared as CellID
protected  CellID Session.selectedCell
           
 

Methods in session that return CellID
 CellID Session.getSelectedCell()
           
 

Methods in session with parameters of type CellID
 void Session.selectCell(CellID cell)