|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellExtent | |
---|---|
pl.netanel.swt.matrix | Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. |
Uses of CellExtent in pl.netanel.swt.matrix |
---|
Methods in pl.netanel.swt.matrix that return CellExtent | ||
---|---|---|
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(Extent<X> extentX,
Extent<Y> extentY)
Creates a new instance of CellExtent from X and Y extents. |
|
static
|
CellExtent.create(X startX,
X endX,
Y startY,
Y endY)
Creates a new instance of CellExtent. |
|
static
|
CellExtent.createUnchecked(Cell<X,Y> start,
Cell<X,Y> end)
Creates a new instance of CellExtent without checking arguments validity. |
|
static
|
CellExtent.createUnchecked(Extent<X> extentX,
Extent<Y> extentY)
Creates a new instance of CellExtent from X and Y extents without checking arguments validity. |
|
static
|
CellExtent.createUnchecked(X startX,
X endX,
Y startY,
Y endY)
Creates a new instance of CellExtent without checking arguments validity. |
|
CellExtent<X,Y> |
Zone.getMerged(X indexX,
Y indexY)
Returns the merge scope of the given cell, where the getEndX()
is the count of items in the horizontal direction and getEndY()
is the count of items in the vertical direction. |
|
CellExtent<X,Y> |
Zone.getSelectedExtent()
Returns selection index bounds. |
Methods in pl.netanel.swt.matrix that return types with arguments of type CellExtent | |
---|---|
java.util.Iterator<CellExtent<X,Y>> |
Zone.getSelectedExtentIterator()
Returns iterator for selected cell extents. |
Methods in pl.netanel.swt.matrix with parameters of type CellExtent | |
---|---|
boolean |
Zone.contains(CellExtent<X,Y> cellExtent,
X indexX,
Y indexY)
|
Method parameters in pl.netanel.swt.matrix with type arguments of type CellExtent | |
---|---|
void |
Zone.setMerged(java.lang.Iterable<CellExtent<X,Y>> iterable)
Bulk merging. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |