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

Packages that use Frozen
pl.netanel.swt.matrix Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. 
 

Uses of Frozen in pl.netanel.swt.matrix
 

Fields in pl.netanel.swt.matrix declared as Frozen
protected  Frozen Painter.frozenX
           
protected  Frozen Painter.frozenY
           
 

Methods in pl.netanel.swt.matrix that return Frozen
static Frozen Frozen.get(int i)
           
static Frozen Frozen.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Frozen[] Frozen.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pl.netanel.swt.matrix with parameters of type Frozen
 Rectangle Zone.getBounds(Frozen frozenX, Frozen frozenY)
          Returns the rectangular boundaries of this zone in the specified freezing area.
static int Frozen.getIndex(Frozen x, Frozen y)
           
 



Copyright © 2011 netanel.pl. All Rights Reserved.