Uses of Class
ilog.cpl.interactor.IlpInteractionState

Packages that use IlpInteractionState
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.table.action Contains all the action classes used as default interactions or by pop-up menus in the ILOG JTGO Table graphical component. 
ilog.cpl.table.interactor Contains all the table-specific interactors giving the ILOG JTGO Table component its default behavior. 
 

Uses of IlpInteractionState in ilog.cpl.graph
 

Methods in ilog.cpl.graph that return IlpInteractionState
 IlpInteractionState IlpGraphController.getObjectInteractionState(IlpObjectInteractor oInteractor, IlpObjectInteractionContext context)
          Looks up the interaction state corresponding to the given context used by object interaction.
 

Uses of IlpInteractionState in ilog.cpl.graphic
 

Methods in ilog.cpl.graphic that return IlpInteractionState
 IlpInteractionState IlpAbstractGraphicController.getObjectInteractionState(IlpObjectInteractor ointeractor, IlpObjectInteractionContext ctxt)
          Looks up the interaction state corresponding to the given context used by object interaction.
 

Uses of IlpInteractionState in ilog.cpl.interactor
 

Methods in ilog.cpl.interactor that return IlpInteractionState
 IlpInteractionState IlpViewActionEvent.getInteractionState()
          Looks up the interaction state corresponding to the interaction context present in this event.
 IlpInteractionState IlpObjectActionEvent.getInteractionState()
          Looks up the interaction state corresponding to the interaction context present in this event.
protected  IlpInteractionState IlpDefaultObjectInteractor.getInteractionState(IlpInteractionContext ctxt)
          Looks up the interaction state corresponding to the given context.
protected  IlpInteractionState IlpDefaultViewInteractor.getInteractionState(IlpInteractionContext ctxt)
          Looks up the interaction state corresponding to the given context.
protected abstract  IlpInteractionState IlpAbstractInteractor.getInteractionState(IlpInteractionContext ctxt)
          Looks up the interaction state corresponding to the given context.
 

Methods in ilog.cpl.interactor with parameters of type IlpInteractionState
 ActionEvent IlpActionEventFactory.create(Action action, IlpInteractionContext ctxt, IlpInteractionState state, int modifiers)
          Returns an action event.
protected  ActionEvent IlpAbstractInteractor.createActionEvent(Action action, IlpInteractionContext ctxt, IlpInteractionState state, int modifiers)
          Returns a new ActionEvent.
protected  ActionEvent IlpDefaultObjectInteractor.createActionEvent(IlpInteractionContext ctxt, IlpInteractionState state, int modifiers)
          Deprecated. Please use IlpActionEventFactory instead.
protected  ActionEvent IlpDefaultViewInteractor.createActionEvent(IlpInteractionContext ctxt, IlpInteractionState state, int modifiers)
          Deprecated. Please use IlpActionEventFactory instead.
protected  ActionEvent IlpAbstractInteractor.createActionEvent(IlpInteractionContext ctxt, IlpInteractionState state, int modifiers)
          Deprecated. Please use IlpActionEventFactory instead.
protected  boolean IlpAbstractInteractor.processGesture(IlpGesture gesture, IlpInteractionContext ctxt, IlpInteractionState state, AWTEvent e)
          Manages a completely recognized gesture, trying to trigger the associated action.
 

Constructors in ilog.cpl.interactor with parameters of type IlpInteractionState
IlpObjectActionEvent(IlpObjectInteractionContext context, IlpInteractionState state, int modifiers)
          Creates an object action event.
IlpViewActionEvent(IlpViewInteractionContext context, IlpInteractionState state, int modifiers)
          Creates a view action event.
 

Uses of IlpInteractionState in ilog.cpl.table.action
 

Constructors in ilog.cpl.table.action with parameters of type IlpInteractionState
IlpDefaultTableHeaderActionEvent(IlpViewInteractionContext context, IlpInteractionState state, int modifiers)
          Creates a new action event.
 

Uses of IlpInteractionState in ilog.cpl.table.interactor
 

Methods in ilog.cpl.table.interactor that return IlpInteractionState
protected  IlpInteractionState IlpDefaultTableHeaderInteractor.getInteractionState(IlpInteractionContext ctxt)
          Looks up the interaction state corresponding to the given context.
 

Methods in ilog.cpl.table.interactor with parameters of type IlpInteractionState
protected  ActionEvent IlpDefaultTableHeaderInteractor.createActionEvent(IlpInteractionContext ctxt, IlpInteractionState state, int modifiers)
          Deprecated. Please use IlpActionEventFactory instead.
 



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