Package ilog.ds.adapter

Provides base adapter classes from data source to Swing and JViews common graphic components.

See:
          Description

Interface Summary
DispatchListener Interface to be implemented for objects that need to be notified when asynchronized batched events dispatching begin and finish.
IlFreezableAdapter Interface for adapters to freeze and unfreeze Server to component events dispatching.
IlJPluggableAdapter Interface for adapters to plug and unplug data source and data sources editor, data model and graphic component in a generic way.
IlPluggableAdapter Interface for adapters to plug and unplug data source and data sources editor in a generic way.
 

Class Summary
DispatchEvent Event class used for asynchronized batched events dispatch notifications.
IlAbstractAdapter Base class for adapters to model or model-related classes.
IlAbstractGanttModelAdapter This class adapts the events from the IlGanttDataSource to a JViews IlvGanttModel.
IlAbstractJTableAdapter This class adapts the events from the IlTableDataSource to a Swing TableModel.
IlAbstractJTreeAdapter This class adapts the events from the IlTreeDataSource to a Swing TreeModel.
IlAbstractListModelAdapter This class adapts the events from the IlListDataSource to a Swing AbstractListModel.
IlAbstractSDMModelAdapter This class adapts the events from the IlSDMDataSource to a JViews IlvSDMModel.
IlDefaultJTableAdapter This class adapts the events from the IlTableDataSource to a Swing TableModel.
IlDefaultJTreeAdapter This class adapts the events from the IlTreeDataSource to a Swing DefaultTreeModel.
IlListDS2AbstractListModelAdapter This class adapts the events from the IlListDataSource to a Swing AbstractListModel.
IlListDS2DefaultComboBoxModelAdapter This class adapts the events from the IlListDataSource to a Swing DefaultComboBoxModel.
IlListDS2DefaultListModelAdapter This class adapts the events from the IlListDataSource to a Swing DefaultListModel.
IlTableDS2AbstractListModelAdapter This class adapts the events from the IlTableDataSource to a Swing AbstractListModel.
IlTableDS2DefaultComboBoxModelAdapter This class adapts the events from the IlTableDataSource to a Swing DefaultComboBoxModel.
IlTableDS2DefaultListModelAdapter This class adapts the events from the IlTableDataSource to a Swing DefaultListModel.
 

Exception Summary
IllegalAdapterException Exception thrown if an incompatible adapter is set.
IllegalComponentException Exception thrown by an IlJPluggableInterface if an incompatible component is plugged in.
IllegalDataSourceEditorException Exception thrown by an IlPluggableInterface if an incompatible DataSourceEditor is plugged in.
IllegalDataSourceException Exception thrown by an IlPluggableInterface if an incompatible DataSource is plugged in.
IllegalModelException Exception thrown by an IlJPluggableInterface if an incompatible data model is plugged in.
 

Package ilog.ds.adapter Description

Provides base adapter classes from data source to Swing and JViews common graphic components.