Uses of Interface
ilog.cpl.util.IlpRepresentationObjectMapper

Packages that use IlpRepresentationObjectMapper
ilog.cpl.datasource Contains data source interfaces and default implementation and some related abstract adapters. 
ilog.cpl.equipment Together with ilog.cpl.IlpEquipment, this package constitutes the ILOG JTGO Equipment component. 
ilog.cpl.graph Contains the abstract common implementation for both the IlpNetwork and IlpEquipment components, including a model, a view and a controller and related classes. 
ilog.cpl.list Contains classes related to the Swing list model. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.cpl.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.table.selection Contains all the selection model used to maintain the selection in the ILOG JTGO Table component. 
ilog.cpl.tree Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.datasource
 

Classes in ilog.cpl.datasource that implement IlpRepresentationObjectMapper
 class IlpAbstractAdapter
          Abstract adapter.
 class IlpAbstractHierarchyAdapter
          Abstract adapter for representing hierarchies of objects.
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.equipment
 

Classes in ilog.cpl.equipment that implement IlpRepresentationObjectMapper
 class IlpEquipmentAdapter
          This class adapts a data source to an equipment.
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.graph
 

Classes in ilog.cpl.graph that implement IlpRepresentationObjectMapper
 class IlpAbstractNodeAdapter
          Abstract node adapter for representing hierarchies of objects.
 

Methods in ilog.cpl.graph that return IlpRepresentationObjectMapper
 IlpRepresentationObjectMapper IlpAbstractGraphSelectionModel.getRepresentationObjectMapper()
          Returns the IlpRepresentationObjectMapper used to find the IlpRepresentationObject associated with an IlpObject.
 IlpRepresentationObjectMapper IlpGraphSelectionModel.getRepresentationObjectMapper()
          Returns the IlpRepresentationObjectMapper used to find the IlpRepresentationObject associated with an IlpObject.
 

Methods in ilog.cpl.graph with parameters of type IlpRepresentationObjectMapper
 void IlpAbstractGraphSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper repObjMapper)
          Sets the IlpRepresentationObjectMapper which will be used to find the IlpRepresentationObject associated with an IlpObject.
 void IlpGraphSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper repObjMapper)
          Sets the IlpRepresentationObjectMapper that will be used to find the IlpRepresentationObject associated with an IlpObject.
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.list
 

Classes in ilog.cpl.list that implement IlpRepresentationObjectMapper
 class IlpListAdapter
          This class adapts a data source to a list model.
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.network
 

Classes in ilog.cpl.network that implement IlpRepresentationObjectMapper
 class IlpNetworkAdapter
          This class adapts a data source to a network.
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.table
 

Classes in ilog.cpl.table that implement IlpRepresentationObjectMapper
 class IlpTableListAdapter
          This class adapts a data source to a table list model.
 

Methods in ilog.cpl.table that return IlpRepresentationObjectMapper
 IlpRepresentationObjectMapper IlpTableView.getRepresentationObjectMapper()
          Returns the object mapper.
 

Methods in ilog.cpl.table with parameters of type IlpRepresentationObjectMapper
 void IlpTableView.setRepresentationObjectMapper(IlpRepresentationObjectMapper mapper)
          Sets the object mapper
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.table.selection
 

Methods in ilog.cpl.table.selection that return IlpRepresentationObjectMapper
 IlpRepresentationObjectMapper IlpDefaultTableSelectionModel.getRepresentationObjectMapper()
          Returns the IlpRepresentationObjectMapper used to find the IlpRepresentationObject associated with an IlpObject.
 IlpRepresentationObjectMapper IlpTableSelectionModel.getRepresentationObjectMapper()
          Returns the IlpRepresentationObjectMapper used to find the IlpRepresentationObject associated with an IlpObject.
 

Methods in ilog.cpl.table.selection with parameters of type IlpRepresentationObjectMapper
 void IlpDefaultTableSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
          Sets the IlpRepresentationObjectMapper which will be used to know the IlpRepresentationObject associated to an IlpObject.
 void IlpTableSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
          Sets the IlpRepresentationObjectMapper which will be used to find the IlpRepresentationObject associated with an IlpObject.
 

Uses of IlpRepresentationObjectMapper in ilog.cpl.tree
 

Classes in ilog.cpl.tree that implement IlpRepresentationObjectMapper
 class IlpAbstractTreeAdapter
          This class supports the adaptation of a data source in a tree.
 class IlpContainmentTreeAdapter
          This class adapts a data source to a containment tree.
 

Methods in ilog.cpl.tree that return IlpRepresentationObjectMapper
 IlpRepresentationObjectMapper IlpDefaultTreeSelectionModel.getRepresentationObjectMapper()
          Returns the IlpRepresentationObjectMapper used to find the IlpRepresentationObject associated with an IlpObject.
 IlpRepresentationObjectMapper IlpTreeSelectionModel.getRepresentationObjectMapper()
          Returns the IlpRepresentationObjectMapper used to find the IlpRepresentationObject associated with an IlpObject.
 IlpRepresentationObjectMapper IlpTreeView.getRepresentationObjectMapper()
          Returns the mapper that allows the tree view to know the correspondence between IlpRepresentationObject and IlpObject.
 

Methods in ilog.cpl.tree with parameters of type IlpRepresentationObjectMapper
 void IlpDefaultTreeSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
          Sets the IlpRepresentationObjectMapper which will be used to find the IlpRepresentationObject associated with an IlpObject.
 void IlpTreeSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
          Sets the IlpRepresentationObjectMapper which will be used to find the IlpRepresentationObject associated with an IlpObject.
 void IlpTreeView.setRepresentationObjectMapper(IlpRepresentationObjectMapper mapper)
          Sets a mapper that allows the tree view to know the correspondence between IlpRepresentationObject and IlpObject
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.