|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtentCell | |
| com.eliad.model | This package contains the models needed by the grid component. |
| com.eliad.swing | This is the main package of the grid component. |
| Uses of ExtentCell in com.eliad.model |
| Classes in com.eliad.model that implement ExtentCell | |
class |
AtomicCell
An implementation of ExtentCell that represents
a mono-cell span. |
| Methods in com.eliad.model that return ExtentCell | |
ExtentCell |
GenericCollectionSpanModel.getSpanAt(int row,
int column)
|
protected static ExtentCell |
GenericCollectionSpanModel.makeExtentCell(int anchorRow,
int anchorColumn,
int rowCount,
int columnCount)
|
ExtentCell |
DirectSpanModel.getSpanOver(int row,
int column)
Obtains a Rectangle representing the bounds of the span
overlapping the cell at row, column.
|
ExtentCell |
QuerySpanModel.getSpanOver(int row,
int column)
Obtains a Rectangle representing the span bounds
which overlaps the cell at row, column.
|
| Uses of ExtentCell in com.eliad.swing |
| Methods in com.eliad.swing that return ExtentCell | |
ExtentCell |
JSmartGrid.getSpanOver(int row,
int column)
Obtains the span which contains the cell at row, column.
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||