Uses of Class
ARoad0.gBase.UtilityImpl

Packages that use UtilityImpl
ARoad0.AcsAddon.Accbee.Ubuntu.gWork Contains gWork classes for creating and analyzing a Linux Ubuntu operating system, as an extension of the generic ARoad0.gWork package, in the AcsAddon Ubuntu. 
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 UtilityImpl in ARoad0.AcsAddon.Accbee.Ubuntu.gWork
 

Fields in ARoad0.AcsAddon.Accbee.Ubuntu.gWork declared as UtilityImpl
protected  UtilityImpl NodeRightsUbuntuImpl.util_
           
 

Uses of UtilityImpl in ARoad0.gBase
 

Fields in ARoad0.gBase declared as UtilityImpl
private static UtilityImpl UtilityImpl.instance__
          the first instance of the class, used by gBase and the GUI, not by the GraphicView worker threads
 

Methods in ARoad0.gBase that return UtilityImpl
static UtilityImpl UtilityImpl.getFirstInstance()
          Method to obtain the first instance of UtilityImpl, for the gBase consumers and generally the main thread and the event dispatch thread.
 

Uses of UtilityImpl in ARoad0.gWork
 

Fields in ARoad0.gWork declared as UtilityImpl
private  UtilityImpl DisplayableLinkUtilities.baseUtil_
           
private  UtilityImpl FactoryUtilities.baseUtil_
           
private  UtilityImpl PrivilegeRightsFactoryImpl.baseUtil_
           
private  UtilityImpl AclRightsFactoryImpl.utility_
           
private  UtilityImpl CompoundRightsFactoryImpl.utility_
           
protected  UtilityImpl LinkRightsImpl.utility_
           
protected  UtilityImpl NodeRightsImpl.utility_
           
private  UtilityImpl RightsFactory_Facade.utility_