Uses of Interface
ARoad0.gBaseInterface.DetailledName

Packages that use DetailledName
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. 
 

Uses of DetailledName in ARoad0.gBase
 

Classes in ARoad0.gBase that implement DetailledName
 class AclEntryImpl
          This important class is responsible for modeling an access control entry which manages some access rights or some access restrictions from an eligible party to a resource.
 class PrivilegeAbst
          This abstract class is used by its subclasses for creating the Privileges.
 class PrivilegeForLinksImpl
          This class is responsible for modeling the direct links which manages some access rights from a EligibleParty list (or only one GroupID) to a privilege targets list (or only one target).
 class PrivilegeForTypeImpl
          This class is responsible for modeling a set of rights from a source with a given type, to an access target with another given type.
 

Uses of DetailledName in ARoad0.gBaseInterface
 

Subinterfaces of DetailledName in ARoad0.gBaseInterface
 interface AclEntry
          This interface is responsible for modeling the access control list entry which manages some access grantings or some access denyings from an EligibleParty to a Resource.
 interface ImmutableAclEntry
          This important interface is responsible for modeling an access control entry which manages some access rights or some access restrictions from an eligible party to a resource.
 interface ImmutablePrivilege
          This interface models the Privilege, which, like ACL or AGO rights, is a type of granted or denied access right delivered to an access source for accessing to a target.
 interface PreviousDetailledName
          This is an interface to inform that it is an object with a previous detailled name which gives the key components of the object.
 interface Privilege
          This interface is used for modeling the Privilege, which, like ACL or AGO rights, is a type of granted or denied access right delivered to an access source for accessing to a target.
 interface PrivilegeForLinks
          This interface is responsible for modeling the privileges which manages some access rights from a privilege sources list (or only one GroupID) to a privilege targets list (or only one target).
 interface PrivilegeForType
          This interface is responsible for modeling rights from a source with a given type, to an access target with another given type.
 

Uses of DetailledName in ARoad0.Gui2
 

Methods in ARoad0.Gui2 with parameters of type DetailledName
static javax.swing.tree.DefaultTreeModel ACSTreeUtilities.addDetailledNameUnderNode(javax.swing.tree.DefaultTreeModel _treeModel, javax.swing.tree.DefaultMutableTreeNode _parentNode, DetailledName _obj, ACS _acs)
          Inserts a detailledName in a DefaultTreeModel, in a flat list under a node, following the natural order of the argument class.
static javax.swing.tree.DefaultMutableTreeNode ACSTreeUtilities.getDetailledNameNodeInExplorer(DetailledName _object, ImmutableName _aCSname)
          Gets the first tree node associated to a detailled name object in a subtree from a node (in the explorer or another tree).