Uses of Class
net.sourceforge.olduvai.accordiondrawer.GridCell

Packages that use GridCell
net.sourceforge.olduvai.accordiondrawer   
net.sourceforge.olduvai.treejuxtaposer.drawer   
 

Uses of GridCell in net.sourceforge.olduvai.accordiondrawer
 

Fields in net.sourceforge.olduvai.accordiondrawer declared as GridCell
 GridCell AccordionDrawer.defaultFocusCell
           
 GridCell AccordionDrawer.focusCell
           
 

Methods in net.sourceforge.olduvai.accordiondrawer that return GridCell
 GridCell CellGeom.getCell()
          Accessor for the cell that this object is contained in.
 

Methods in net.sourceforge.olduvai.accordiondrawer with parameters of type GridCell
 void SplitAxis.addCell(GridCell cell, SplitLine leftSplitLine)
          Set the cell's boundaries given a known left (or top) split line for the cell.
 void SplitAxis.addCell(GridCell cell, SplitLine leftSplitLine, SplitLine rightSplitLine)
          Set the cell's boundaries given a known left (or top) split line for the cell.
 void AccordionDrawer.setCellHighlight(GridCell c, boolean on)
          Turn on the highlight flag for the given cell
 void AccordionDrawer.setFocusCell(GridCell fc)
          Sets the focus cell to the given grid cell
 

Uses of GridCell in net.sourceforge.olduvai.treejuxtaposer.drawer
 

Fields in net.sourceforge.olduvai.treejuxtaposer.drawer declared as GridCell
 GridCell TreeNode.cell
          The GridCell that this node is attached to.
 

Methods in net.sourceforge.olduvai.treejuxtaposer.drawer that return GridCell
 GridCell TreeNode.getCell()
          Gets the grid cell that surrounds this node.
 

Methods in net.sourceforge.olduvai.treejuxtaposer.drawer with parameters of type GridCell
protected  void TreeNode.setCell(GridCell c)
          Sets the grid cell for this node to the given value.