Uses of Class
synergynetframework.appsystem.table.appregistry.ApplicationRegistry

Packages that use ApplicationRegistry
core   
synergynetframework.appsystem.table.appregistry   
 

Uses of ApplicationRegistry in core
 

Methods in core that return ApplicationRegistry
 ApplicationRegistry SynergyNetDesktop.getRegistry()
          Gets the registry.
 

Uses of ApplicationRegistry in synergynetframework.appsystem.table.appregistry
 

Methods in synergynetframework.appsystem.table.appregistry that return ApplicationRegistry
static ApplicationRegistry ApplicationRegistry.getInstance()
          Gets the single instance of ApplicationRegistry.
 

Methods in synergynetframework.appsystem.table.appregistry with parameters of type ApplicationRegistry
static void ApplicationRegistryXMLReader.loadFromConfiguration(java.io.InputStream configXMLInputStream, ApplicationRegistry registry)
          Load from configuration.