|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
---|---|
pl.netanel.swt.matrix | Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. |
Uses of Cell in pl.netanel.swt.matrix |
---|
Methods in pl.netanel.swt.matrix that return Cell | ||
---|---|---|
static
|
Cell.create(X indexX,
Y indexY)
Creates a new instance of cell. |
|
static
|
Cell.createUnchecked(X indexX,
Y indexY)
Creates a new instance of cell without checking arguments validity. |
|
Cell<X,Y> |
Zone.getMergeLimit()
Returns the maximum number of cells that can merged on both horizontal and vertical axis. |
Methods in pl.netanel.swt.matrix that return types with arguments of type Cell | |
---|---|
java.util.Iterator<Cell<X,Y>> |
Zone.getSelectedIterator()
Returns iterator for selected cells. |
Methods in pl.netanel.swt.matrix with parameters of type Cell | ||
---|---|---|
static
|
CellExtent.create(Cell<X,Y> start,
Cell<X,Y> end)
Creates a new instance of CellExtent from start and end cells. |
|
static
|
CellExtent.create(Cell<X,Y> start,
Cell<X,Y> end)
Creates a new instance of CellExtent from start and end cells. |
|
static
|
CellExtent.createUnchecked(Cell<X,Y> start,
Cell<X,Y> end)
Creates a new instance of CellExtent without checking arguments validity. |
|
static
|
CellExtent.createUnchecked(Cell<X,Y> start,
Cell<X,Y> end)
Creates a new instance of CellExtent without checking arguments validity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |