jACOB 2.7 API Documentation.

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

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

Uses of IBrowser in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IBrowser
 IBrowser IGroup.getBrowser()
          Returns the associated search browser of this group.
 IBrowser IForm.getCurrentBrowser()
          Returns the current search browser of the form, i.e. the active browser being displayed on top (of other search browsers, if existing) then the form becomes the current one.
 IBrowser IClientContext.getGUIBrowser()
          Returns the search browser of the current group.
 

Methods in de.tif.jacob.screen with parameters of type IBrowser
 void IForm.setCurrentBrowser(IBrowser browser)
          Sets the current search browser of the form, i.e. the active browser being displayed on top (of other search browsers, if existing) then the form becomes the current one.
 

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

Methods in de.tif.jacob.screen.event with parameters of type IBrowser
abstract  java.lang.String IBrowserEventHandler.filterCell(IClientContext context, IBrowser browser, int row, int column, java.lang.String value)
          Filters the cell data for the given browser.
abstract  void IBrowserEventHandler.onRecordSelect(IClientContext context, IBrowser browser, IDataTableRecord selectedRecord)
          This hook method will be called, if the user selects a record in the browser.
 


jACOB 2.7 API Documentation.