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