jbcl.view Package 

SingletonView interface

com.borland.jbcl.view.SingletonModelView
   +----com.borland.jbcl.view.SingletonView

About the SingletonView interface

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.


SingletonView properties

*Read-only properties **Write-only properties

Properties defined in this interface

Properties implemented in com.borland.jbcl.view.SingletonModelView

SingletonView event listeners


SingletonView properties

viewManager

 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.

SingletonView event listeners

This interface is a source for the following event sets.

model

 public void addModelListener(SingletonModelListener listener)
 public void removeModelListener(SingletonModelListener listener)