Uses of Class
ARoad0.Gui2.GraphicEPRView

Packages that use GraphicEPRView
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 GraphicEPRView in ARoad0.Gui2
 

Subclasses of GraphicEPRView in ARoad0.Gui2
 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.
 

Uses of GraphicEPRView in ARoad0.gWork
 

Methods in ARoad0.gWork with parameters of type GraphicEPRView
 java.util.Map RightsFactory_Facade.detectEPRRights(GraphicEPRView _gview, EPRViewInBase _viewInBase, boolean _detectACL, boolean _detectAGO, boolean _detectPRI, boolean _detectLargeLinks)
          Detects the access paths between BaseObjects in an EPRViewInBase.
 javax.swing.JTextPane FactoryUtilities.getEPRWhyText(GraphicEPRView _gview, java.util.Map _m_l_DisplayableLinks, EPRViewInBase _view)
          Construct a JTextPane with the tree of all DisplayableLinks and AccessControlLinks, to be displayed as a text comment for a GraphicView.
 javax.swing.JTextPane RightsFactory_Facade.getEPRWhyText(GraphicEPRView _gview, java.util.Map _m_l_DisplayableLinks, EPRViewInBase _view)
          Constructs a JTextPane with all the DisplayableLinks and AccessControlLinks, to be displayed as a comment for the GraphicView associated to _m_l_DisplayableLinks.