jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.core.definition.IApplicationDefinition

Packages that use IApplicationDefinition
de.tif.jacob.core.data   
de.tif.jacob.entrypoint Provides entry points for UI and system. 
de.tif.jacob.screen   
de.tif.jacob.security   
 

Uses of IApplicationDefinition in de.tif.jacob.core.data
 

Methods in de.tif.jacob.core.data that return IApplicationDefinition
 IApplicationDefinition IDataAccessor.getApplication()
          Returns the application definition used for this accessor.
 

Uses of IApplicationDefinition in de.tif.jacob.entrypoint
 

Constructors in de.tif.jacob.entrypoint with parameters of type IApplicationDefinition
CmdEntryPointContext(Session session, IApplicationDefinition app, IUser user, java.io.OutputStream stream)
           
 

Uses of IApplicationDefinition in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IApplicationDefinition
 IApplicationDefinition IClientSession.getApplicationDefinition()
           
 IApplicationDefinition IGuiElement.getApplicationDefinition()
          Returns the definition of the application this GUI element belongs to.
 

Constructors in de.tif.jacob.screen with parameters of type IApplicationDefinition
IClientSession(IApplicationDefinition appDef)
           
 

Uses of IApplicationDefinition in de.tif.jacob.security
 

Methods in de.tif.jacob.security that return IApplicationDefinition
 IApplicationDefinition IUserFactory.getApplicationDefinition()
          Returns the application definition bound to this user factory
 


jACOB 2.7 API Documentation.