jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.screen.IApplication

Packages that use IApplication
de.tif.jacob.core.definition   
de.tif.jacob.screen   
de.tif.jacob.screen.event   
 

Uses of IApplication in de.tif.jacob.core.definition
 

Methods in de.tif.jacob.core.definition with parameters of type IApplication
 IGuiElement IGUIElementDefinition.createRepresentation(IApplicationFactory factory, IApplication app, IGuiElement parent)
          Method to create a concret GUI element out of this GUI element definition.
 

Uses of IApplication in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IApplication
 IApplication IClientContext.getApplication()
          Returns the application object.
 

Uses of IApplication in de.tif.jacob.screen.event
 

Methods in de.tif.jacob.screen.event with parameters of type IApplication
abstract  void IApplicationEventHandler.onCreate(IClientContext context, IApplication app)
          This hook method will be called, if an application GUI instance (i.e. the application main window) has been created.
 void IApplicationEventHandler.onLogin(IClientContext context, IApplication app)
          This hook method will be called, if the user logs into an application.
 


jACOB 2.7 API Documentation.