jACOB 2.7 API Documentation.

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

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

Uses of IDomain in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IDomain
 IDomain IClientContext.getDomain()
          Returns the current working domain.
 IDomain IClientContext.getDomain(java.lang.String domainName)
          Returns the domain object specified by name.
 

Methods in de.tif.jacob.screen with parameters of type IDomain
 void IApplication.setActiveDomain(IClientContext context, IDomain domain)
           
 

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

Methods in de.tif.jacob.screen.event with parameters of type IDomain
 IDomainEventHandler.INavigationEntry[] IDomainEventHandler.INavigationPanel.getNavigationEntries(IClientContext context, IDomain domain)
           
 IDomainEventHandler.INavigationPanel IDomainEventHandler.getNavigationPanel(IClientContext context, IDomain domain)
           
 void IDomainEventHandler.onHide(IClientContext context, IDomain domain)
          This event method will be called, if the user switches to another form or domain.
 void IDomainEventHandler.onNavigation(IClientContext context, IDomain domain, java.lang.String navigationId, java.lang.String navigationData)
           
 void IDomainEventHandler.onShow(IClientContext context, IDomain domain)
          This event method will be called, if the user switches to another form or domain.
 


jACOB 2.7 API Documentation.