ARoad0.Pattern
Interface MVC_View

All Known Implementing Classes:
ACSTree, AssociationMapPropertyEditor, BaseObjectHandler, BaseObjectMapPropertyEditor, BeamerManager, CollectionPropertyEditor, GraphicAccount, GraphicActor, GraphicContainer, GraphicEPRView, GraphicGroup, GraphicNode, GraphicNoThanView, GraphicResource, GraphicSketchView, GraphicText, GraphicView, GraphicVirtualFolder, InternalFrame, ISTree, RightMapPropertyEditor, SimplePropertyEditor, StringMapPropertyEditor, StringTwoKeysMapPropertyEditor

public interface MVC_View

The MVC pattern ensures that the GUI has a clear structure, with:

(1) a model: a database-oriented class,

(2) 1a view: a class which displays the objects on the desktop,

(3) a controller: a class which offers service utilities to the two other classes, and manages the more complex events