ilog.cpl.interactor
Interface IlpInteractorManager

All Known Subinterfaces:
IlpGraphicController, IlpMutableInteractorManager
All Known Implementing Classes:
IlpAbstractGraphicController, IlpDefaultInteractorManager, IlpEquipmentController, IlpGraphController, IlpInteractorManagerSupport, IlpNetworkController, IlpTableController, IlpTreeController

public interface IlpInteractorManager

This interface provides methods to retrieve interactors associated to objects and attributes.

Since:
JTGO 3.0
See Also:
IlpGraphicController

Method Summary
 IlpObjectInteractor getObjectInteractor(IlpObject object)
          Returns the interactor associated with the given business object.
 IlpObjectInteractor getObjectInteractor(IlpObject object, IlpAttribute attribute)
          Returns the interactor associated with the given business object and attribute.
 IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object.
 IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute.
 IlpObjectInteractor getObjectInteractor(Object key)
          Returns the interactor associated with the given key.
 

Method Detail

getObjectInteractor

IlpObjectInteractor getObjectInteractor(Object key)
Returns the interactor associated with the given key.


getObjectInteractor

IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object.


getObjectInteractor

IlpObjectInteractor getObjectInteractor(IlpRepresentationObject object,
                                        IlpAttribute attribute)
Returns the interactor associated with the given object and attribute.


getObjectInteractor

IlpObjectInteractor getObjectInteractor(IlpObject object)
Returns the interactor associated with the given business object.


getObjectInteractor

IlpObjectInteractor getObjectInteractor(IlpObject object,
                                        IlpAttribute attribute)
Returns the interactor associated with the given business object and attribute.



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