Package ilog.server.jsds.adapter

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

See:
          Description

Interface Summary
IlsJPluggableInstancier Data Source/Adapter/data model/graphic component quad to be instantiated for factory.
IlsPluggableInstancier Data Source/Adapter pair to be instantiated for factory.
IlsTableDS2JTableCellRendererStrategy.JTableInterface Interface to be implemented by subclasses of JTable to allow color management through the associated strategy.
 

Class Summary
IlsDefaultIlvGrapherAdapter Base class for graph data source adapters to model or model-related classes.
IlsDSGraphAdapter Deprecated. replaced by IlsGraphDS2IlvGrapherAdapter and subclasses of IlsGraphDS2IlvGrapherStrategy
IlsDSJTableAdapter Deprecated. replaced by IlsTableDS2JTableAdapter and subclasses of IlsTableDS2JTableStrategy
IlsDSJTreeAdapter Deprecated. replaced by IlsTreeDS2JTreeAdapter and subclasses of IlsTreeDS2JTreeStrategy
IlsGanttDS2IlvHierarchyChartAdapter Class for gantt data source adapters to JViews gantt model.
IlsGanttDS2IlvHierarchyChartStrategy Base class for gantt adapter strategies, enhanced listeners for gantt adapters.
IlsGraphDS2IlvGrapherAcceleratorStrategy This graph strategy adds key accelerators to the grapher.
IlsGraphDS2IlvGrapherAdapter Class for graph data source adapters to model or model-related classes.
IlsGraphDS2IlvGrapherRendererStrategy This graph strategy manages node colors and link styles properties and more.
IlsGraphDS2IlvGrapherStrategy Base class for graph adapter strategies, enhanced listeners for graph adapters.
IlsJPluggableInstancierFactory Data Source/Adapter/data model/graphic component quad factory.
This factory allows an IlsInstancierDSJComponent instance to instantiate on the fly a data source, an adapter, a data model and a graphic component according to the main representation object of your ILS view.
IlsListDS2JComboBoxAdapter Class for table data source adapters to a Swing list model.
IlsListDS2JListAdapter Class for table data source adapters to a Swing list model.
IlsPluggableInstancierFactory Data Source/Adapter pair or IlsPluggableInstancier factory.
IlsSDMDS2IlvSDMViewAdapter Class for SDM data source adapters to JViews SDM model.
IlsSDMDS2IlvSDMViewStrategy Base class for SDM adapter strategies, enhanced listeners for SDM adapters.
IlsTableDS2JComboBoxAdapter Class for table data source adapters to a Swing list model.
IlsTableDS2JListAdapter Class for table data source adapters to a Swing list model.
IlsTableDS2JTableAdapter Class for table data source adapters to Swing table model.
IlsTableDS2JTableBufferedRowStrategy This table strategy wraps the table model to buffer the line edition and send full line update to the server.
IlsTableDS2JTableCellRendererStrategy This table strategy manages line background and foreground colors properties.
IlsTableDS2JTableCellRendererStrategy.JTable Default Implementation of IlsTableDS2JTableCellRendererStrategy.JTableInterface interface for a JTable.
IlsTableDS2JTableColumnsWidthStrategy This table strategy manages column widths in the associated JTable.
IlsTableDS2JTableKeyStrategy This table strategy subscribes as a keylistener to the plugged graphic component.
IlsTableDS2JTableMappedColumnsStrategy This table strategy manages column mapping to edit cells with a JComboBox.
IlsTableDS2JTableMouseStrategy This table strategy subscribes as a mouselistener to the plugged graphic component.
IlsTableDS2JTableStrategy Base class for table adapter strategies, enhanced listeners for table adapters.
IlsTreeDS2JTreeAdapter Class for tree data source adapters to a Swing tree model.
IlsTreeDS2JTreeKeyStrategy This tree strategy subscribes as a keylistener to the plugged graphic component.
IlsTreeDS2JTreeMouseStrategy This tree strategy subscribes as a mouselistener to the plugged graphic component.
IlsTreeDS2JTreeStrategy Base class for tree adapter strategies, enhanced listeners for tree adapters.
 

Package ilog.server.jsds.adapter Description

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