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

Packages that use Painter
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 Painter in pl.netanel.swt.matrix
 

Subclasses of Painter in pl.netanel.swt.matrix
 class Grouping.CellPainter
           
 class Grouping.SeparatorPainter
           
 

Methods in pl.netanel.swt.matrix that return Painter
 Painter<X,Y> Zone.getPainter(int index)
          Returns the painter at the specified position in the receiver's list of painters.
 Painter<X,Y> Matrix.getPainter(int index)
          Returns the painter at the specified position in the receiver's list of painters.
 Painter<X,Y> Zone.getPainter(java.lang.String name)
          Returns a painter with the specified name, or null if the painters list does not contain such painter.
 Painter<X,Y> Matrix.getPainter(java.lang.String name)
          Returns a painter with the specified name, or null if the painters list does not contain such painter.
 Painter<X,Y> Zone.removePainter(int index)
          Removes the element at the specified position in the list of painters.
 Painter<X,Y> Matrix.removePainter(int index)
          Removes the element at the specified position in the list of painters.
 

Methods in pl.netanel.swt.matrix with parameters of type Painter
 void Zone.addPainter(int index, Painter<X,Y> painter)
          Inserts the painter at the given index of the receiver's painters list.
 void Matrix.addPainter(int index, Painter<X,Y> painter)
          Inserts the painter at the given index of the receiver's painters list.
 void Zone.addPainter(Painter<X,Y> painter)
          Adds the painter at the end of the receiver's painters list.
 void Matrix.addPainter(Painter<X,Y> painter)
          Adds the painter at the end of the receiver's painters list.
 boolean Zone.removePainter(Painter<X,Y> painter)
          Removes the specified element from this list, if it is present (optional operation).
 boolean Matrix.removePainter(Painter<X,Y> painter)
          Removes the first occurrence of the specified element from this list, if it is present (optional operation).
 void Zone.replacePainter(Painter<X,Y> painter)
          Replaces the painter at the index of painter with the same name.
 void Matrix.replacePainter(Painter<X,Y> painter)
          Replaces the painter at the index of painter with the same name.
 void Zone.replacePainterPreserveStyle(Painter<X,Y> painter)
          Replaces the painter at the index of painter with the same name.
 void Matrix.replacePainterPreserveStyle(Painter<X,Y> painter)
          Replaces the painter at the index of painter with the same name.
 void Zone.setPainter(int index, Painter<X,Y> painter)
          Replaces the painter at the given index of the receiver's painters list.
 void Matrix.setPainter(int index, Painter<X,Y> painter)
          Replaces the painter at the given index of the receiver's painters list.
 

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

Subclasses of Painter in pl.netanel.swt.matrix.reloaded
 class ButtonCellBehavior<X extends Number,Y extends Number>
          Adds (or replaces) a painter named "button cells" that emulates a raised button shape.
 class CellImageButtonPainter<X extends Number,Y extends Number>
          Paints an image in the cell.
 



Copyright © 2011 netanel.pl. All Rights Reserved.