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

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
<X extends java.lang.Number,Y extends java.lang.Number>
CellExtent<X,Y>
CellExtent.create(Cell<X,Y> start, Cell<X,Y> end)
          Creates a new instance of CellExtent from start and end cells.
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(X startX, X endX, Y startY, Y endY)
          Creates a new instance of CellExtent.
static
<X extends java.lang.Number,Y extends java.lang.Number>
CellExtent<X,Y>
CellExtent.createUnchecked(Cell<X,Y> start, Cell<X,Y> end)
          Creates a new instance of CellExtent 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.
static
<X extends java.lang.Number,Y extends java.lang.Number>
CellExtent<X,Y>
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.
 



Copyright © 2011 netanel.pl. All Rights Reserved.