Uses of Interface
ilog.cpl.interactor.IlpObjectInteractor

Packages that use IlpObjectInteractor
ilog.cpl ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. 
ilog.cpl.css Contains basic classes to provide the customization of graphic components and objects through CSS. 
ilog.cpl.equipment.renderer Provides the interfaces and classes related to customization of the equipment component using cascading style sheets. 
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.renderer Provides the interfaces and classes related to customization of the network component using cascading style sheets. 
ilog.cpl.table.renderer Provides the interfaces and classes related to customization of the ILOG JTGO Table component using cascading style sheets. 
ilog.cpl.tree.renderer Provides the interfaces and classes related to customization of the ILOG JTGO Tree component using cascading style sheets. 
 

Uses of IlpObjectInteractor in ilog.cpl
 

Methods in ilog.cpl with parameters of type IlpObjectInteractor
 void IlpEquipment.setObjectInteractor(IlpObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object and attribute.
 void IlpNetwork.setObjectInteractor(IlpObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object and attribute.
 void IlpEquipment.setObjectInteractor(IlpObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object.
 void IlpNetwork.setObjectInteractor(IlpObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object.
 void IlpEquipment.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object and attribute.
 void IlpNetwork.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object and attribute.
 void IlpEquipment.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object.
 void IlpNetwork.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object.
 void IlpEquipment.setObjectInteractor(Object key, IlpObjectInteractor interactor)
          Sets the interactor associated with the given key.
 void IlpNetwork.setObjectInteractor(Object key, IlpObjectInteractor interactor)
          Sets the interactor associated with the given key.
 

Uses of IlpObjectInteractor in ilog.cpl.css
 

Methods in ilog.cpl.css that return IlpObjectInteractor
 IlpObjectInteractor IlpAttributeCustomization.getInteractor()
          Returns the object interactor currently set in this representation object attribute.
 IlpObjectInteractor IlpObjectCustomization.getInteractor()
          Returns the object interactor currently set in this representation object.
 

Uses of IlpObjectInteractor in ilog.cpl.equipment.renderer
 

Methods in ilog.cpl.equipment.renderer that return IlpObjectInteractor
 IlpObjectInteractor IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object.
 IlpObjectInteractor IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute.
 

Methods in ilog.cpl.equipment.renderer with parameters of type IlpObjectInteractor
 void IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object and attribute.
 void IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object.
 

Uses of IlpObjectInteractor in ilog.cpl.graph
 

Methods in ilog.cpl.graph that return IlpObjectInteractor
 IlpObjectInteractor IlpGraphController.getCollapsionBackgroundInteractor()
          Returns the interactor attached to the background of a subnetwork.
 IlpObjectInteractor IlpGraphController.getCollapsionIconInteractor()
          Returns the interactor attached to the collapse icon of a subnetwork.
 IlpObjectInteractor IlpGraphController.getCompleteObjectInteractor(IlpRepresentationObject object)
          Returns the interactor responsible for handling events on the given object in the graphic view controlled by this instance.
 IlpObjectInteractor IlpGraphController.getExpansionIconInteractor()
          Returns the interactor attached to the icon of a collapsed subnetwork.
 IlpObjectInteractor IlpGraphController.getExpansionInteractor()
          Returns the interactor attached to the base element of a collapsed subnetwork.
 

Methods in ilog.cpl.graph with parameters of type IlpObjectInteractor
 IlpInteractionState IlpGraphController.getObjectInteractionState(IlpObjectInteractor oInteractor, IlpObjectInteractionContext context)
          Looks up the interaction state corresponding to the given context used by object interaction.
 void IlpGraphController.setCollapsionBackgroundInteractor(IlpObjectInteractor collapsionBackgroundInteractor)
          Sets the interactor attached to the background of a subnetwork.
 void IlpGraphController.setCollapsionIconInteractor(IlpObjectInteractor collapsionIconInteractor)
          Sets the interactor attached to the collapse icon of a subnetwork.
 void IlpGraphController.setExpansionIconInteractor(IlpObjectInteractor expansionIconInteractor)
          Sets the interactor attached to the icon of a collapsed subnetwork.
 void IlpGraphController.setExpansionInteractor(IlpObjectInteractor expansionInteractor)
          Sets the interactor attached to the base element of a collapsed subnetwork.
 

Uses of IlpObjectInteractor in ilog.cpl.graphic
 

Methods in ilog.cpl.graphic that return IlpObjectInteractor
 IlpObjectInteractor IlpAbstractGraphicController.getCompleteObjectInteractor(IlpRepresentationObject object)
          Returns the interactor responsible for handling events on the given object in the graphic view controlled by this instance.
 IlpObjectInteractor IlpAbstractGraphicController.getObjectInteractor(IlpObject object)
          Returns the interactor associated with the given business object in the graphic view controlled by this instance.
 IlpObjectInteractor IlpAbstractGraphicController.getObjectInteractor(IlpObject object, IlpAttribute attribute)
          Returns the interactor associated with the given business object and the given attribute in the graphic view controlled by this instance.
 IlpObjectInteractor IlpAbstractGraphicController.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object in the graphic view controlled by this instance.
 IlpObjectInteractor IlpAbstractGraphicController.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and the given attribute in the graphic view controlled by this instance.
 IlpObjectInteractor IlpAbstractGraphicController.getObjectInteractor(Object key)
          Returns the interactor associated with the given key in the graphic view controlled by this instance.
 

Methods in ilog.cpl.graphic with parameters of type IlpObjectInteractor
 IlpInteractionState IlpAbstractGraphicController.getObjectInteractionState(IlpObjectInteractor ointeractor, IlpObjectInteractionContext ctxt)
          Looks up the interaction state corresponding to the given context used by object interaction.
 void IlpAbstractGraphicController.setObjectInteractor(IlpObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given business object and attribute.
 void IlpAbstractGraphicController.setObjectInteractor(IlpObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given business object.
 void IlpAbstractGraphicController.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object and attribute.
 void IlpAbstractGraphicController.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object.
 void IlpAbstractGraphicController.setObjectInteractor(Object key, IlpObjectInteractor interactor)
          Sets the interactor associated with the given key.
 

Uses of IlpObjectInteractor in ilog.cpl.interactor
 

Classes in ilog.cpl.interactor that implement IlpObjectInteractor
 class IlpDefaultObjectInteractor
          Provides a default implementation of IlpObjectInteractor.
 

Methods in ilog.cpl.interactor that return IlpObjectInteractor
 IlpObjectInteractor IlpInteractorManager.getObjectInteractor(IlpObject object)
          Returns the interactor associated with the given business object.
 IlpObjectInteractor IlpDefaultInteractorManager.getObjectInteractor(IlpObject object)
          Returns the interactor associated with the given business object.
 IlpObjectInteractor IlpInteractorManagerSupport.getObjectInteractor(IlpObject object)
          Returns the interactor associated with the given business object in the graphic view controlled by this instance.
 IlpObjectInteractor IlpInteractorManager.getObjectInteractor(IlpObject object, IlpAttribute attribute)
          Returns the interactor associated with the given business object and attribute.
 IlpObjectInteractor IlpDefaultInteractorManager.getObjectInteractor(IlpObject object, IlpAttribute attribute)
          Return the interactor associated with the given business object and attribute.
 IlpObjectInteractor IlpInteractorManagerSupport.getObjectInteractor(IlpObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute in the graphic view controlled by this instance.
 IlpObjectInteractor IlpInteractorManager.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object.
 IlpObjectInteractor IlpDefaultInteractorManager.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object.
 IlpObjectInteractor IlpInteractorManagerSupport.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object in the graphic view controlled by this instance.
 IlpObjectInteractor IlpInteractorManager.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute.
 IlpObjectInteractor IlpDefaultInteractorManager.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Return the interactor associated with the given object and attribute.
 IlpObjectInteractor IlpInteractorManagerSupport.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute in the graphic view controlled by this instance.
 IlpObjectInteractor IlpInteractorManager.getObjectInteractor(Object key)
          Returns the interactor associated with the given key.
 IlpObjectInteractor IlpDefaultInteractorManager.getObjectInteractor(Object key)
          Returns the interactor associated with the given key.
 IlpObjectInteractor IlpInteractorManagerSupport.getObjectInteractor(Object key)
          Returns the interactor associated with the given key in the graphic view controlled by this instance.
 

Methods in ilog.cpl.interactor with parameters of type IlpObjectInteractor
 void IlpMutableInteractorManager.setObjectInteractor(IlpObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given business object and attribute.
 void IlpDefaultInteractorManager.setObjectInteractor(IlpObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given business object and attribute.
 void IlpInteractorManagerSupport.setObjectInteractor(IlpObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given business object and attribute.
 void IlpMutableInteractorManager.setObjectInteractor(IlpObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given business object.
 void IlpDefaultInteractorManager.setObjectInteractor(IlpObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given business object.
 void IlpInteractorManagerSupport.setObjectInteractor(IlpObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given business object.
 void IlpMutableInteractorManager.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object and attribute.
 void IlpDefaultInteractorManager.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object and attribute.
 void IlpInteractorManagerSupport.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object and attribute.
 void IlpMutableInteractorManager.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object.
 void IlpDefaultInteractorManager.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object.
 void IlpInteractorManagerSupport.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor associated with the given object.
 void IlpMutableInteractorManager.setObjectInteractor(Object key, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given key.
 void IlpDefaultInteractorManager.setObjectInteractor(Object key, IlpObjectInteractor interactor)
          Sets the interactor associated with the given key.
 void IlpInteractorManagerSupport.setObjectInteractor(Object key, IlpObjectInteractor interactor)
          Sets the interactor associated with the given key.
 

Uses of IlpObjectInteractor in ilog.cpl.network.renderer
 

Methods in ilog.cpl.network.renderer that return IlpObjectInteractor
 IlpObjectInteractor IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object.
 IlpObjectInteractor IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute.
 

Methods in ilog.cpl.network.renderer with parameters of type IlpObjectInteractor
 void IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object and attribute.
 void IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object.
 

Uses of IlpObjectInteractor in ilog.cpl.table.renderer
 

Methods in ilog.cpl.table.renderer that return IlpObjectInteractor
 IlpObjectInteractor IlpAbstractTableInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object.
 IlpObjectInteractor IlpAbstractTableInteractorRenderer.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute.
 

Methods in ilog.cpl.table.renderer with parameters of type IlpObjectInteractor
 void IlpAbstractTableInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object and attribute.
 void IlpAbstractTableInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object.
 

Uses of IlpObjectInteractor in ilog.cpl.tree.renderer
 

Methods in ilog.cpl.tree.renderer that return IlpObjectInteractor
 IlpObjectInteractor IlpAbstractTreeInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
          Returns the interactor associated with the given object.
 IlpObjectInteractor IlpAbstractTreeInteractorRenderer.getObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute)
          Returns the interactor associated with the given object and attribute.
 

Methods in ilog.cpl.tree.renderer with parameters of type IlpObjectInteractor
 void IlpAbstractTreeInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpAttribute attribute, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object and attribute.
 void IlpAbstractTreeInteractorRenderer.setObjectInteractor(IlpRepresentationObject object, IlpObjectInteractor interactor)
          Sets the interactor to be associated with the given object.
 



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