Uses of Class
pl.netanel.swt.matrix.Extent

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
<N extends java.lang.Number>
Extent<N>
Extent.create(N start, N end)
          Creates extent of numbers between start and end values inclusively.
static
<N extends java.lang.Number>
Extent<N>
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
<X extends java.lang.Number,Y extends java.lang.Number>
CellExtent<X,Y>
CellExtent.create(Extent<X> extentX, Extent<Y> extentY)
          Creates a new instance of CellExtent from X and Y extents.
static
<X extends java.lang.Number,Y extends java.lang.Number>
CellExtent<X,Y>
CellExtent.create(Extent<X> extentX, Extent<Y> extentY)
          Creates a new instance of CellExtent from X and Y extents.
static
<X extends java.lang.Number,Y extends java.lang.Number>
CellExtent<X,Y>
CellExtent.createUnchecked(Extent<X> extentX, Extent<Y> extentY)
          Creates a new instance of CellExtent from X and Y extents without checking arguments validity.
static
<X extends java.lang.Number,Y extends java.lang.Number>
CellExtent<X,Y>
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)
           
 



Copyright © 2011 netanel.pl. All Rights Reserved.