Uses of Class
net.sf.jeppers.grid.CellSpan

Packages that use CellSpan
net.sf.jeppers.grid   
 

Uses of CellSpan in net.sf.jeppers.grid
 

Methods in net.sf.jeppers.grid that return CellSpan
 CellSpan SpanModel.getSpanOver(int row, int column)
          Return the span over the cell at row, column.
 CellSpan DefaultSpanModel.getSpanOver(int row, int column)
           
 

Methods in net.sf.jeppers.grid with parameters of type CellSpan
 void DefaultSpanModel.addSpan(CellSpan span)
           
 void DefaultSpanModel.removeSpan(CellSpan span)
           
 void AbstractSpanModel.fireCellSpanAdded(CellSpan newSpan)
          Notifies all SpanModelListeners that registered themselves as listeners for this SpanModel that a span was added
 void AbstractSpanModel.fireCellSpanRemoved(CellSpan removedSpan)
          Notifies all SpanModelListeners that registered themselves as listeners for this SpanModel that a span was removed