Uses of Interface
ARoad0.Pattern.StaticClass

Packages that use StaticClass
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. 
ARoad0.gWork Contains the classes of the second core of the program that processes the search of rights in the open views. 
 

Uses of StaticClass in ARoad0.Gui1
 

Classes in ARoad0.Gui1 that implement StaticClass
 class InternalFrameUtilities
          This class is responsible to deliver utilities to internal frames in the desktop.
 

Uses of StaticClass in ARoad0.Gui2
 

Classes in ARoad0.Gui2 that implement StaticClass
 class ACSTree
          This class is responsible for creating and for updating viewable trees from an ACS.
 class ACSTreeUtilities
          This class is responsible for providing useful methods for updating the ACS trees when a base object changes.
 class ISTree
          This utility class is responsible for creating and for updating a viewable tree for the IS structure.
 class TreeManager
          This class is responsible for managing viewable trees for an ACS or a view, and more precisely the TreeBaseListeners associated to these trees, and for managing the Explorer tree creation.
 class ViewModel
          This class is responsible for managing the gWork.RightsMediator instances, the GraphicViewBaseListeners, the closing tab buttons which may be associated to views, and to manage the pool of view worker threads.
 class ViewTree
          This class is responsible for constructing viewable trees for a view.
 

Uses of StaticClass in ARoad0.gWork
 

Classes in ARoad0.gWork that implement StaticClass
 class ACS_Facade
          This class is the "facade" (GoF pattern) for some operations about ACS that are called by Gui1, Gui2 and gDMak objects.