Uses of Interface
ARoad0.gBaseInterface.NoThanViewInBase

Packages that use NoThanViewInBase
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.gBaseInterface Contains the interfaces of the generic gBase classes. 
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 NoThanViewInBase in ARoad0.gBase
 

Classes in ARoad0.gBase that implement NoThanViewInBase
 class NoThanViewInBaseImpl
          This class is responsible for managing the No-More-Than and No-Less-Than views.
 

Fields in ARoad0.gBase declared as NoThanViewInBase
static NoThanViewInBase NoThanViewInBaseImpl.EMPTY_INSTANCE
           
 

Methods in ARoad0.gBase that return NoThanViewInBase
 NoThanViewInBase NoThanViewInBaseImpl.copyAndSave(ImmutableName _name)
          Creates, registers in the base and saves a view copy with another name.
 

Methods in ARoad0.gBase with parameters of type NoThanViewInBase
protected static ViewInBase NoThanViewInBaseImpl.copy(ImmutableName _name, NoThanViewInBase _view, boolean _toRegisterInManager)
          Creates a copy with another name, and may register it.
 

Uses of NoThanViewInBase in ARoad0.gBaseInterface
 

Methods in ARoad0.gBaseInterface that return NoThanViewInBase
 NoThanViewInBase NoThanViewInBase.copyAndSave(ImmutableName _name)
          Creates, registers in the base and saves a view copy with another name.
 

Uses of NoThanViewInBase in ARoad0.Gui2
 

Constructors in ARoad0.Gui2 with parameters of type NoThanViewInBase
GraphicNoThanView(NoThanViewInBase _view, java.util.Map _m_positionIndex)
          This constructor adds all the _view objects in this panel, each associated to a GraphicNode.
 

Uses of NoThanViewInBase in ARoad0.gWork
 

Methods in ARoad0.gWork that return NoThanViewInBase
static NoThanViewInBase ViewInBase_Facade.createNoThanView(ImmutableName _name, java.util.Set _l_BaseObject)
          COMMENTS TO DO Creates a new view for EligibleParties and Resources, then registers and saves it.
static NoThanViewInBase ViewInBase_Facade.openOrCreateNoThanView(ImmutableName _name, java.util.List _EPList)
          Gets the NoThan view; opens the registered view if it is closed; creates it, if it is necessary.
 

Methods in ARoad0.gWork with parameters of type NoThanViewInBase
 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.