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