jACOB 2.7 API Documentation.

Uses of Interface
de.tif.jacob.core.data.IDataTable

Packages that use IDataTable
de.tif.jacob.core.data   
de.tif.jacob.core.data.event   
de.tif.jacob.screen   
 

Uses of IDataTable in de.tif.jacob.core.data
 

Methods in de.tif.jacob.core.data that return IDataTable
 IDataTable IDataTableRecord.getTable()
          Returns the parent data table.
 IDataTable IDataAccessor.getTable(ITableAlias alias)
          Gets the data table of the given table alias.
 IDataTable IDataAccessor.getTable(java.lang.String name)
          Gets the data table specified by name.
 

Uses of IDataTable in de.tif.jacob.core.data.event
 

Methods in de.tif.jacob.core.data.event with parameters of type IDataTable
static DataTableRecordEventHandler DataTableRecordEventHandler.get(IDataTable table)
          Internal method for fetching an event handler by means of the given data table.
 

Uses of IDataTable in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen that return IDataTable
 IDataTable IClientContext.getDataTable()
          Returns the current data table for the group in which the user action has been performed.
 


jACOB 2.7 API Documentation.