|
Interface Summary |
| BatchListener |
Interface to be implemented for objects that need to be notified when batches
begin and end. |
| DataSourceListener |
Interface to be implemented for objects that need to use a data source. |
| GraphDSListener |
Interface to be implemented for objects that need to use the GraphDataSource. |
| IlConnection |
Interface that represents a connection to a back-end system. |
| IlDataSource |
Interface to be shared by all data sources. |
| IlDataSourceEditor |
Interface for editing data source properties and managing batch updates to
the back-end . |
| IlGraphDataSource |
Graph data source Note that the dereferencing is missing. |
| IlGraphDataSourceEditor |
Graph data source Note that the dereferencing is missing. |
| IlListDataSource |
List data source Note that the dereferencing is missing. |
| IlListDataSourceEditor |
List data source Note that the dereferencing is missing. |
| IlTableDataSource |
Table data source interface |
| IlTableDataSourceEditor |
Interface to be implemented by all editable table data sources All updates
are carried out by the back-end. |
| IlTreeDataSource |
Tree datasource interface |
| IlTreeDataSourceEditor |
Tree data source editor interface Provides methods to request a tree data
source to update its back-end. |
| ListDSListener |
Interface to be implemented for objects that need to use the ListDataSource. |
| TableDSListener |
Interface to be implemented for objects that need to use the table data
source. |
| TreeDSListener |
Interface to be implemented for objects that need to use a
TreeDataSource object. |
|
Class Summary |
| AbstractDSEvent |
Abstract event class for all events happening on a data source |
| BatchEvent |
Abstract event class for all events happening on a data source |
| ColumnEvent |
Event class used for all events happening on a column table |
| DataSourceEvent |
Event class used for all events happening on a data source object |
| ElementEvent |
Event class used for all events happening on a list element |
| IlBatchSupport |
Class supporting BatchListener |
| IlDataSourceSupport |
Class supporting DataSourceListeners |
| IlGraphDSSupport |
Class supporting GraphDSListeners |
| IlListDSSupport |
Class supporting ListDSListeners |
| IlTableCellInfo |
Class representing a cell (column number and value and/or properties) for a
TableDataSource. |
| IlTableColumnInfo |
Class representing information for a table column, such as: - column name
(header); - class of value contained in the column; - whether
the values in the column are editable or not. |
| IlTableDSSupport |
Class supporting TableDSListener |
| IlTreeDSSupport |
Class supporting TreeDSLsitener |
| LinkEvent |
Event class used for all events happening on a link |
| NodeEvent |
Event class used for all events happening on a node |
| RowEvent |
Event class used for all row and cell events happening on a
TableDataSource object. |
| TableModelEvent |
Event class used for TableModel creation event happening on a
TableDataSource object. |
| TreeItemEvent |
Event class used for all events happening on a tree item |
Generic data sources package.