jACOB 2.7 API Documentation.

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

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

Uses of IGroup in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IGroup
 IGroup IClientContext.getGroup()
          Returns the current group.
 

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

Methods in de.tif.jacob.screen.event with parameters of type IGroup
 void IGroupEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGroup group)
          This event method will be called, if the status of the corresponding group has been changed.
 void IGroupListenerEventHandler.onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGroup group)
          Deprecated.  
 void IGroupEventHandler.onHide(IClientContext context, IGroup group)
          This event method will be called, if the user switches to another form or domain.
 void IGroupListenerEventHandler.onHide(IClientContext context, IGroup group)
          Deprecated. This event method will be called, if the user switches to another form or domain.
 void IGroupEventHandler.onShow(IClientContext context, IGroup group)
          This event method will be called, if the user switches to another form or domain.
 


jACOB 2.7 API Documentation.