|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpObjectInteractionContext | |
|---|---|
| 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.graphic.views.action | Provides action event classes that are delivered to predefined actions of the network and equipment components. |
| ilog.cpl.interactor | Contains all the base classes of interactors. |
| Uses of IlpObjectInteractionContext in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph with parameters of type IlpObjectInteractionContext | |
|---|---|
IlpInteractionState |
IlpGraphController.getObjectInteractionState(IlpObjectInteractor oInteractor,
IlpObjectInteractionContext context)
Looks up the interaction state corresponding to the given context used by object interaction. |
| Uses of IlpObjectInteractionContext in ilog.cpl.graphic |
|---|
| Methods in ilog.cpl.graphic with parameters of type IlpObjectInteractionContext | |
|---|---|
IlpInteractionState |
IlpAbstractGraphicController.getObjectInteractionState(IlpObjectInteractor ointeractor,
IlpObjectInteractionContext ctxt)
Looks up the interaction state corresponding to the given context used by object interaction. |
| Uses of IlpObjectInteractionContext in ilog.cpl.graphic.views.action |
|---|
| Constructors in ilog.cpl.graphic.views.action with parameters of type IlpObjectInteractionContext | |
|---|---|
IlpMoveObjectActionEvent(IlpObjectInteractionContext context,
int modifiers)
Constructor |
|
IlpUpdateObjectActionEvent(IlpObjectInteractionContext context,
int modifiers)
Constructor |
|
| Uses of IlpObjectInteractionContext in ilog.cpl.interactor |
|---|
| Classes in ilog.cpl.interactor that implement IlpObjectInteractionContext | |
|---|---|
class |
IlpDefaultObjectInteractionContext
Provides a default implementation of IlpObjectInteractionContext. |
| Methods in ilog.cpl.interactor that return IlpObjectInteractionContext | |
|---|---|
IlpObjectInteractionContext |
IlpDefaultViewInteractionContext.getObjectContext()
Returns the object interaction context used when the event management is delegated to an object interactor. |
IlpObjectInteractionContext |
IlpViewInteractionContext.getObjectContext()
Returns the object interaction context used when the event management is delegated to an object interactor. |
| Methods in ilog.cpl.interactor with parameters of type IlpObjectInteractionContext | |
|---|---|
void |
IlpDefaultViewInteractionContext.setObjectContext(IlpObjectInteractionContext objectContext)
Sets the object interaction context used when the event management is delegated to an object interactor. |
void |
IlpViewInteractionContext.setObjectContext(IlpObjectInteractionContext objectContext)
Sets the object interaction context used when the event management is delegated to an object interactor. |
| Constructors in ilog.cpl.interactor with parameters of type IlpObjectInteractionContext | |
|---|---|
IlpObjectActionEvent(IlpObjectInteractionContext context,
IlpInteractionState state,
int modifiers)
Creates an object action event. |
|
IlpObjectActionEvent(IlpObjectInteractionContext context,
int modifiers)
Creates an object action event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||