Uses of Interface
ilog.cpl.interactor.IlpInteractorManager

Packages that use IlpInteractorManager
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.service Provides the interfaces and classes related to the context, some of the services and some general base classes used by styles. 
ilog.cpl.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.tree Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
 

Uses of IlpInteractorManager in ilog.cpl.equipment
 

Classes in ilog.cpl.equipment that implement IlpInteractorManager
 class IlpEquipmentController
          This class manages interactions between the user and an IlpEquipmentView.
 

Uses of IlpInteractorManager in ilog.cpl.graph
 

Classes in ilog.cpl.graph that implement IlpInteractorManager
 class IlpGraphController
          This class manages interactions between the user and the view.
 

Uses of IlpInteractorManager in ilog.cpl.graphic
 

Subinterfaces of IlpInteractorManager in ilog.cpl.graphic
 interface IlpGraphicController
          This class is part of the MVC trio, and is responsible for storing and setting the interactors to the view and graphics.
 

Classes in ilog.cpl.graphic that implement IlpInteractorManager
 class IlpAbstractGraphicController
          This class is part of the MVC trio and is responsible for storing and setting the interactors to the view and graphics.
 

Methods in ilog.cpl.graphic that return IlpInteractorManager
 IlpInteractorManager IlpAbstractGraphicController.getDefaultInteractorManager()
          Gets the default interactor manager.
 

Methods in ilog.cpl.graphic with parameters of type IlpInteractorManager
 void IlpAbstractGraphicController.setDefaultInteractorManager(IlpInteractorManager defaultManager)
          Sets the default interactor manager.
 

Uses of IlpInteractorManager in ilog.cpl.interactor
 

Subinterfaces of IlpInteractorManager in ilog.cpl.interactor
 interface IlpMutableInteractorManager
          This interface provides methods to modify the interactors associated to objects and attributes.
 

Classes in ilog.cpl.interactor that implement IlpInteractorManager
 class IlpDefaultInteractorManager
          This class stores the association between object, attributes and interactors.
 class IlpInteractorManagerSupport
          This class models a basic interactor manager implementation.
 

Methods in ilog.cpl.interactor that return IlpInteractorManager
 IlpInteractorManager IlpDefaultInteractorManager.getDefaultInteractorManager()
          Gets the default interactor manager.
 

Methods in ilog.cpl.interactor with parameters of type IlpInteractorManager
 void IlpDefaultInteractorManager.setDefaultInteractorManager(IlpInteractorManager defaultManager)
          Sets the default interactor manager.
 

Constructors in ilog.cpl.interactor with parameters of type IlpInteractorManager
IlpInteractorManagerSupport(IlpInteractorManager manager)
          Creates a support class for the given instance to store interactors for objects and attributes.
 

Uses of IlpInteractorManager in ilog.cpl.network
 

Classes in ilog.cpl.network that implement IlpInteractorManager
 class IlpNetworkController
          This class manages interactions between the user and an IlpNetworkView.
 

Uses of IlpInteractorManager in ilog.cpl.service
 

Methods in ilog.cpl.service that return IlpInteractorManager
protected  IlpInteractorManager IlpDefaultContext.createInteractorManager()
          Creates a IlpInteractorManager to be used by this context.
 

Uses of IlpInteractorManager in ilog.cpl.table
 

Classes in ilog.cpl.table that implement IlpInteractorManager
 class IlpTableController
          A Table Controller gives behavior to an IlpTableView (and only one).
 

Uses of IlpInteractorManager in ilog.cpl.tree
 

Classes in ilog.cpl.tree that implement IlpInteractorManager
 class IlpTreeController
          Controller part of the MVC architecture for the Tree component.
 



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