Uses of Interface
ARoad0.Pattern.MVC_View

Packages that use MVC_View
ARoad0.Gui1 Provides the internal frames and standard panels for handling the CRUD operations on the database objects, for the Access Road desktop. 
ARoad0.Gui2 Provides the classes for displaying the tree frames and the GraphicViews which display the diagrams in the desktop, following the gDMak package requests. 
 

Uses of MVC_View in ARoad0.Gui1
 

Classes in ARoad0.Gui1 that implement MVC_View
 class AssociationMapPropertyEditor
          This class is responsible for creating, by the mean of panels, associations to do as calls to constructors and methods in gBase, with all the required arguments.
 class BaseObjectHandler
          This important class is responsible for creating or copying a BaseObject instance, but not an ACS nor a view.
 class BaseObjectMapPropertyEditor
          This class is responsible for displaying, by the mean of panels, a modifiable property map of a gBase JavaBean, for which the type is a Map or a Map.
 class BeamerManager
          This important class displays and updates the properties of any base object in matched tabbed panes.
 class CollectionPropertyEditor
          This class is responsible for displaying and editing, by the mean of panels, one property of a gBase BaseObject for which the type is an array, a map or a collection.
 class InternalFrame
          This class is responsible to built up and manage the internal frames in the desktop.
 class RightMapPropertyEditor
          This class is responsible for displaying, by the mean of panels, a modifiable property map of a gBase JavaBean, for which the type is a Map.
 class SimplePropertyEditor
          This class is responsible for displaying and editing the more simple properties in the gBase classes, by the mean of panels.
 class StringMapPropertyEditor
          This class is responsible for displaying, by the mean of panels, a property map of a gBase BaseObject, for which the type is a map where keys are Strings and the values are only String arrays.
 class StringTwoKeysMapPropertyEditor
          This class is responsible for creating, by the mean of panels, maps where the keys have a constrained first part, and an user-defined subkey, and where the values are constrained String arrays.
 

Uses of MVC_View in ARoad0.Gui2
 

Classes in ARoad0.Gui2 that implement MVC_View
 class ACSTree
          This class is responsible for creating and for updating viewable trees from an ACS.
 class GraphicAccount
          This class is responsible for managing the display of an UserID in a GraphicView.0
 class GraphicActor
          This class is responsible for managing the display of one Actor in a GraphicView.
 class GraphicContainer
          This class is responsible for managing the display of one rectangle in a GraphicView.
 class GraphicEPRView
          This class is responsible for displaying an EPRViewInBase and its graphical objects (nodes, links, arrows, rights) in the desktop.
 class GraphicGroup
          This class is responsible for managing the display of a GroupID in a GraphicView.
 class GraphicNode
          This class is responsible for managing the display of one graphic object in a GraphicView.
 class GraphicNoThanView
          This class is responsible for displaying a set of Sources and one access Target, and to show if all the rights of all the sources on this target are above or not a No-More-Than right criterion, and below or not a No-Less-Than right criterion.
 class GraphicResource
          This class is responsible for managing the display of one Resource in one GraphicView.
 class GraphicSketchView
          This class is responsible for displaying an EPRViewInBase in the sketch view of any BaseObject selected in the desktop, which is named the view center.
 class GraphicText
          This class is responsible for managing the displaying of a colored text in a GraphicView, from any BaseObject, a StringRight more specifically, or to display any String.
 class GraphicView
          This class is responsible for displaying a view and its graphical objects (nodes, links, arrows, rights) in the desktop.
 class GraphicVirtualFolder
          This class is responsible for managing the display of a VirtualFolder in a GraphicView.
 class ISTree
          This utility class is responsible for creating and for updating a viewable tree for the IS structure.