ilog.cpl.interactor
Interface IlpMutableInteractorManager

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

public interface IlpMutableInteractorManager
extends IlpInteractorManager

This interface provides methods to modify the interactors associated to objects and attributes.

Since:
JTGO 3.0

Method Summary
 void removeObjectInteractors()
          Removes all interactors associated with representation objects.
 void removeObjectInteractors(IlpObject object)
          Removes all the interactors associated with the given business object.
 void removeObjectInteractors(IlpRepresentationObject object)
          Removes all the interactors associated with the given object.
 void setObjectInteractor(IlpObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given business object and attribute.
 void setObjectInteractor(IlpObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given business object.
 void setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object and attribute.
 void setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object.
 void setObjectInteractor(Object key, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given key.
 
Methods inherited from interface ilog.cpl.interactor.IlpInteractorManager
getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor, getObjectInteractor
 

Method Detail

setObjectInteractor

void setObjectInteractor(IlpRepresentationObject object,
                         IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object.


setObjectInteractor

void setObjectInteractor(IlpRepresentationObject object,
                         IlpAttribute attribute,
                         IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute.


setObjectInteractor

void setObjectInteractor(IlpObject object,
                         IlpObjectInteractor interactor)
Sets the interactor to be associated with the given business object.


setObjectInteractor

void setObjectInteractor(IlpObject object,
                         IlpAttribute attribute,
                         IlpObjectInteractor interactor)
Sets the interactor to be associated with the given business object and attribute.


removeObjectInteractors

void removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object.


removeObjectInteractors

void removeObjectInteractors(IlpObject object)
Removes all the interactors associated with the given business object.


setObjectInteractor

void setObjectInteractor(Object key,
                         IlpObjectInteractor interactor)
Sets the interactor to be associated with the given key.


removeObjectInteractors

void removeObjectInteractors()
Removes all interactors associated with representation objects.

Since:
JTGO 4.0


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