jACOB 2.7 API Documentation.

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

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

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

Methods in de.tif.jacob.screen.event with parameters of type ICheckBox
abstract  void ICheckBoxEventHandler.onCheck(IClientContext context, ICheckBox checkBox)
          This hook method will be called, if the user marks (checks) the check box.
abstract  void ICheckBoxEventHandler.onUncheck(IClientContext context, ICheckBox checkBox)
          This hook method will be called, if the user unmarks (unchecks) the check box.
 


jACOB 2.7 API Documentation.