jACOB 2.7 API Documentation.

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

Packages that use IForm
de.tif.jacob.screen   
de.tif.jacob.screen.event   
 

Uses of IForm in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IForm
 IForm IDomain.getCurrentForm(IClientContext context)
          Returns the current form of this domain, i.e. the visible form if this domain becomes the active domain.
 IForm IClientContext.getForm()
          Returns the current form.
 

Methods in de.tif.jacob.screen with parameters of type IForm
 void IDomain.setCurrentForm(IClientContext context, IForm form)
          Sets the current visible form of this domain.
 

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

Methods in de.tif.jacob.screen.event with parameters of type IForm
 void IFormEventHandler.onHide(IClientContext context, IForm form)
          This event method will be called, if the user switches to another form or domain.
 void IFormEventHandler.onShow(IClientContext context, IForm form)
          This event method will be called, if the user switches to another form or domain.
 


jACOB 2.7 API Documentation.