borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
borland.jbcl.model.MatrixViewManager
Methods
Implemented by MatrixDataSetManager, BasicViewManager, TypedViewManager
A class implementing MatrixViewManager selects item painters and item editors for matrix data structures.
Although you can implement this interface directly, JBCL provides BasicViewManager and TypedViewManager classes that implement it for you.
public ItemEditor getEditor(int row, int column, java.lang.Object data, int state)Returns an item editor. Classes that implement MatrixViewManager can use some, all, or none of the passed values to select the appropriate item editor object.
Parameters:
public ItemPainter getPainter(int row, int column, java.lang.Object data, int state)Returns an item painter. Classes that implement MatrixViewManager can use some, all, or none of the passed values to select the appropriate item editor object.
Parameters: