jbcl.view Package
com.borland.jbcl.view.SingletonModelView +----com.borland.jbcl.view.SingletonView
Properties Event Listeners
Implemented by ButtonControl, FieldControl, ImageControl, ButtonView, FieldView
This interface defines the basic behavior required of all components that use a singleton model to retrieve, display, and edit a single data item. Classes that implement SingletonView
have the simple properties that exist on all views of a SingletonModel
model.
If you are writing a new component that uses a singleton model, implement SingletonView
in the view class to ensure that the component has all the expected functionality for a singleton component.
public SingletonViewManager getViewManager() public void setViewManager(SingletonViewManager viewManager)Specifies the view manager object associated with this singleton-type component. The
viewManager
provides item painters and item editors based on the model object's
type.
public void addModelListener(SingletonModelListener listener) public void removeModelListener(SingletonModelListener listener)