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

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
<X extends java.lang.Number,Y extends java.lang.Number>
Cell<X,Y>
Cell.create(X indexX, Y indexY)
          Creates a new instance of cell.
static
<X extends java.lang.Number,Y extends java.lang.Number>
Cell<X,Y>
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
<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(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.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(Cell<X,Y> start, Cell<X,Y> end)
          Creates a new instance of CellExtent without checking arguments validity.
 



Copyright © 2011 netanel.pl. All Rights Reserved.