jACOB 2.7 API Documentation.

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

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

Uses of IComboBox in de.tif.jacob.screen
 

Subinterfaces of IComboBox in de.tif.jacob.screen
 interface IMutableComboBox
           
 

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

Methods in de.tif.jacob.screen.event with parameters of type IComboBox
abstract  void IComboBoxEventHandler.onSelect(IClientContext context, IComboBox comboBox)
          This hook method will be called, if the user selects a new item in the combo box.
 void IMutableComboBoxEventHandler.onSelect(IClientContext context, IComboBox comboBox)
           
 


jACOB 2.7 API Documentation.