Uses of Interface
ARoad0.gBaseInterface.SketchViewInBase

Packages that use SketchViewInBase
ARoad0.gBase CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. 
ARoad0.gWork Contains the classes of the second core of the program that processes the search of rights in the open views. 
 

Uses of SketchViewInBase in ARoad0.gBase
 

Classes in ARoad0.gBase that implement SketchViewInBase
 class SketchViewInBaseImpl
          This class is responsible for modeling in the base, a sketch view about access control issues between access sources and an ACSObject, called the center, and between this center and access targets (Resources or VirtualFolders).
 

Fields in ARoad0.gBase declared as SketchViewInBase
static SketchViewInBase SketchViewInBaseImpl.EMPTY_INSTANCE
           
 

Uses of SketchViewInBase in ARoad0.gWork
 

Methods in ARoad0.gWork that return SketchViewInBase
static SketchViewInBase ViewInBase_Facade.createSketchView(ImmutableName _name)
          Creates a new sketch view without registering nor saving it in the base.
 

Methods in ARoad0.gWork with parameters of type SketchViewInBase
static java.util.Map ViewInBase_Facade.populateSketchView(SketchViewInBase _view, BaseObject _center, java.lang.String _type)
          Detects the objects to put in a sketch view, around the center, and generates the DisplayableLinks which are applicable.