|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Extent | |
---|---|
pl.netanel.swt.matrix | Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. |
Uses of Extent in pl.netanel.swt.matrix |
---|
Methods in pl.netanel.swt.matrix that return Extent | ||
---|---|---|
static
|
Extent.create(N start,
N end)
Creates extent of numbers between start and end values inclusively. |
|
static
|
Extent.createUnchecked(N start,
N end)
Creates extent of numbers between start and end values inclusively without arguments checking. |
Methods in pl.netanel.swt.matrix that return types with arguments of type Extent | |
---|---|
java.util.Iterator<Extent<N>> |
NumberSet.extentIterator(NumberSet.Query<N> query)
Returns an extent iterator according to the given query. |
java.util.Iterator<Extent<N>> |
Section.getChildrenExtents(N parent)
Provisional tree API. |
java.util.Iterator<Extent<N>> |
Section.getHiddenExtents()
Deprecated. use getHidden().seq() |
java.util.Iterator<Extent<N>> |
Section.getOrderExtents()
Deprecated. use getOrder().seq() |
java.util.Iterator<Extent<N>> |
Section.getSelectedExtents()
Deprecated. |
Methods in pl.netanel.swt.matrix with parameters of type Extent | ||
---|---|---|
boolean |
NumberSet.add(Extent<N> extent)
Adds the given extent of numbers to the set. |
|
boolean |
NumberCollection.contains(Extent<N> extent)
Deprecated. use NumberCollection.containsAll(Extent) instead |
|
boolean |
NumberCollection.containsAll(Extent<N> extent)
Returns true if this set contains all the numbers from the given range inclusively. |
|
boolean |
NumberCollection.containsAny(Extent<N> extent)
Returns true if this set contains any the numbers from the given range inclusively. |
|
static
|
CellExtent.create(Extent<X> extentX,
Extent<Y> extentY)
Creates a new instance of CellExtent from X and Y extents. |
|
static
|
CellExtent.create(Extent<X> extentX,
Extent<Y> extentY)
Creates a new instance of CellExtent from X and Y extents. |
|
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(Extent<X> extentX,
Extent<Y> extentY)
Creates a new instance of CellExtent from X and Y extents without checking arguments validity. |
|
void |
NumberSet.delete(Extent<N> extent)
Deprecated. use Section.adjust(Number, Number) |
|
boolean |
NumberSet.remove(Extent<N> extent)
Removes the given extent of numbers from this set. |
Method parameters in pl.netanel.swt.matrix with type arguments of type Extent | |
---|---|
void |
Section.setOrderExtents(java.util.Iterator<Extent<N>> iterator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |