Uses of Interface
ilog.cpl.util.selection.IlpRepresentationObjectSelectionModel

Packages that use IlpRepresentationObjectSelectionModel
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.graphic Provides classes and interfaces to create graphic objects. 
ilog.cpl.interactor Contains all the base classes of interactors. 
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.interactor Contains all the table-specific interactors giving the ILOG JTGO Table component its default behavior. 
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 IlpRepresentationObjectSelectionModel in ilog.cpl.equipment
 

Subinterfaces of IlpRepresentationObjectSelectionModel in ilog.cpl.equipment
 interface IlpEquipmentSelectionModel
          This model gives access to and maintains the selected object in an IlpEquipmentView.
 

Classes in ilog.cpl.equipment that implement IlpRepresentationObjectSelectionModel
 class IlpAbstractEquipmentSelectionModel
          This class is an implementation of the IlpNetworkSelectionModel interface which handles notification to listeners of the model.
 class IlpDefaultEquipmentSelectionModel
          This is the default implementation of IlpEquipmentSelectionModel.
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.graph
 

Subinterfaces of IlpRepresentationObjectSelectionModel in ilog.cpl.graph
 interface IlpGraphSelectionModel
          This model gives access to and maintains the selected object in an IlpGraphView.
 

Classes in ilog.cpl.graph that implement IlpRepresentationObjectSelectionModel
 class IlpAbstractGraphSelectionModel
          This class is an implementation of the IlpGraphSelectionModel interface that handles notification to listeners of the model.
 

Methods in ilog.cpl.graph that return IlpRepresentationObjectSelectionModel
 IlpRepresentationObjectSelectionModel IlpGraphView.getRepresentationObjectSelectionModel()
          Returns the IlpRepresentationObjectSelectionModel used to handle the selection of representation objects.
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.graphic
 

Methods in ilog.cpl.graphic that return IlpRepresentationObjectSelectionModel
 IlpRepresentationObjectSelectionModel IlpGraphicView.getRepresentationObjectSelectionModel()
          Returns the IlpRepresentationObjectSelectionModel used to handle the selection of representation objects.
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.interactor
 

Methods in ilog.cpl.interactor with parameters of type IlpRepresentationObjectSelectionModel
 JPopupMenu IlpAbstractPopupMenuFactory.createPopupMenu(IlpRepresentationObjectSelectionModel rpSelectionModel)
          Redefine this method if you want to create your pop-up menu, knowing the selected representation objects in the view the menu is made for.
protected  void IlpAbstractInteractor.manageSelection(IlpInteractionContext ctxt, IlpRepresentationObjectSelectionModel selectionModel, IlpRepresentationObject ro)
          This method is called before displaying a pop-up menu to update the selection.
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.network
 

Subinterfaces of IlpRepresentationObjectSelectionModel in ilog.cpl.network
 interface IlpNetworkSelectionModel
          This model gives access to and maintains the selected object in an IlpNetworkView.
 

Classes in ilog.cpl.network that implement IlpRepresentationObjectSelectionModel
 class IlpAbstractNetworkSelectionModel
          This class is an implementation of the IlpNetworkSelectionModel interface which handles notification to listeners of the model.
 class IlpDefaultNetworkSelectionModel
          This is the default implementation of IlpNetworkSelectionModel.
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.table
 

Methods in ilog.cpl.table that return IlpRepresentationObjectSelectionModel
 IlpRepresentationObjectSelectionModel IlpTableView.getRepresentationObjectSelectionModel()
          Returns the IlpRepresentationObjectSelectionModel used to handle the selection of representation objects.
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.table.interactor
 

Methods in ilog.cpl.table.interactor with parameters of type IlpRepresentationObjectSelectionModel
protected  void IlpDefaultTableViewInteractor.manageSelection(IlpInteractionContext ctxt, IlpRepresentationObjectSelectionModel selectionModel, IlpRepresentationObject ro)
          Redefined to manage the selection when a pop-up menu is about to be displayed, taking care of the particular selection of the table which allows the selection of an attribute for a representation object (cell selection).
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.table.selection
 

Subinterfaces of IlpRepresentationObjectSelectionModel in ilog.cpl.table.selection
 interface IlpTableSelectionModel
          Defines the selection model API for table views.
 

Classes in ilog.cpl.table.selection that implement IlpRepresentationObjectSelectionModel
 class IlpDefaultTableSelectionModel
          Default data model for selection of IlpRepresentationObjects.
 

Uses of IlpRepresentationObjectSelectionModel in ilog.cpl.tree
 

Subinterfaces of IlpRepresentationObjectSelectionModel in ilog.cpl.tree
 interface IlpTreeSelectionModel
          Tree selection model for the IlpTree.
 

Classes in ilog.cpl.tree that implement IlpRepresentationObjectSelectionModel
 class IlpDefaultTreeSelectionModel
          Default implementation of IlpTreeSelectionModel.
 

Methods in ilog.cpl.tree that return IlpRepresentationObjectSelectionModel
 IlpRepresentationObjectSelectionModel IlpTreeView.getRepresentationObjectSelectionModel()
          Returns the IlpRepresentationObjectSelectionModel used to handle the selection of representation objects.
 



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