Uses of Interface
com.tensegrity.palowebviewer.modules.engine.client.IClientProperties

Packages that use IClientProperties
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.engine.server   
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.server   
 

Uses of IClientProperties in com.tensegrity.palowebviewer.modules.engine.client
 

Classes in com.tensegrity.palowebviewer.modules.engine.client that implement IClientProperties
 class ClientProperties
          Class that is used to transfere propertyes from a server to client.
 

Methods in com.tensegrity.palowebviewer.modules.engine.client that return IClientProperties
 IClientProperties IEngine.getClientProperties()
           
 IClientProperties Engine.getClientProperties()
           
 IClientProperties IEngineService.getClientProperties()
          Retuns client properties from server.
 IClientProperties ProxyEngine.getClientProperties()
           
 IClientProperties EngineLogger.getClientProperties()
           
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type IClientProperties
 void IConfigurationCallback.configurationLoaded(IClientProperties properties)
           
 

Uses of IClientProperties in com.tensegrity.palowebviewer.modules.engine.server
 

Methods in com.tensegrity.palowebviewer.modules.engine.server that return IClientProperties
 IClientProperties EngineService.getClientProperties()
           
 IClientProperties EngineLogic.getClientProperties(IEngineContext context)
           
 

Uses of IClientProperties in com.tensegrity.palowebviewer.modules.ui.client
 

Methods in com.tensegrity.palowebviewer.modules.ui.client that return IClientProperties
 IClientProperties UIManager.getClientProperties()
           
 

Uses of IClientProperties in com.tensegrity.palowebviewer.server
 

Methods in com.tensegrity.palowebviewer.server that return IClientProperties
 IClientProperties PaloConfiguration.getClientProperties()
           
 

Methods in com.tensegrity.palowebviewer.server with parameters of type IClientProperties
 void PaloConfiguration.setClientProperties(IClientProperties value)