Uses of Class
ARoad0.Gui2.GraphicNoThanView

Packages that use GraphicNoThanView
ARoad0.gWork Contains the classes of the second core of the program that processes the search of rights in the open views. 
 

Uses of GraphicNoThanView in ARoad0.gWork
 

Methods in ARoad0.gWork with parameters of type GraphicNoThanView
 java.util.Map RightsFactory_Facade.detectNoThanRights(GraphicNoThanView _gview, NoThanViewInBase _viewInBase)
          Detects if the No-More-Than and No-Less-Than rights criteria are fulfilled or not.
 javax.swing.JTextPane FactoryUtilities.getNoThanWhyText(GraphicNoThanView _gview, java.util.Map _m_l_DisplayableLinks, NoThanViewInBase _view)
          Get a JTextPane with the tree of all DisplayableLinks and AccessControlLinks, to be displayed as a text comment for a GraphicNoThanView.
 javax.swing.JTextPane RightsFactory_Facade.getNoThanWhyText(GraphicNoThanView _gview, java.util.Map _m_l_DisplayableLinks, NoThanViewInBase _view)
          Constructs a JTextPane with all the DisplayableLinks and AccessControlLinks, to be displayed as a comment for the GraphicNoThanView associated to _m_l_DisplayableLinks.