Uses of Interface
pl.netanel.swt.matrix.Zone

Packages that use Zone
pl.netanel.swt.matrix Contains Matrix - a tabular SWT widget with unlimited capacity and instant rendering. 
pl.netanel.swt.matrix.reloaded Contains custom utilities for Matrix widget. 
 

Uses of Zone in pl.netanel.swt.matrix
 

Methods in pl.netanel.swt.matrix that return Zone
 Zone<X,Y> Matrix.getBody()
          Returns the body zone of this matrix.
 Zone<X,Y> Matrix.getHeaderX()
          Returns the column header zone of this matrix.
 Zone<X,Y> Matrix.getHeaderXY()
          Returns the top left zone of this matrix.
 Zone<X,Y> Matrix.getHeaderY()
          Returns the row header zone of this matrix.
 Zone<X,Y> Zone.getUnchecked()
          Returns a no argument checking implementation for this zone.
 Zone<X,Y> ZoneEditor.getZone()
          Returns zone of the editor.
 Zone<X,Y> Painter.getZone()
          Returns the zone to which the painter is attached or null if it is attached to matrix.
 Zone<X,Y> Matrix.getZone(Section<X> sectionX, Section<Y> sectionY)
          Returns a zone located at the intersection of the given axis sections.
 

Methods in pl.netanel.swt.matrix that return types with arguments of type Zone
 java.util.Iterator<Zone<X,Y>> Matrix.iterator()
           
 

Constructors in pl.netanel.swt.matrix with parameters of type Zone
Grouping(Zone<java.lang.Integer,java.lang.Integer> zone, int axisDirection, Grouping.Node root)
          Creates groups in the given zone that are spanning in the giving direction according to the given node hierarchy.
ZoneEditor(Zone<X,Y> zone)
          Default constructor, facilitates editing of the specified zone.
 

Uses of Zone in pl.netanel.swt.matrix.reloaded
 

Constructors in pl.netanel.swt.matrix.reloaded with parameters of type Zone
ButtonCellBehavior(Zone<X,Y> zone)
           
 



Copyright © 2011 netanel.pl. All Rights Reserved.