borland Packages Class Hierarchy jbcl.model Package Index
borland.jbcl.model.GraphViewManager
Methods
Implemented by BasicViewManager, TypedViewManager
A class implementing GraphViewManager selects item painters and item editors for graph data structures.
Although you can implement this interface directly, JBCL provides BasicViewManager and TypedViewManager classes that implement it for you.
public ItemEditor getEditor(borland.jbcl.model.GraphLocation node, 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(borland.jbcl.model.GraphLocation node, 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: