Package | Description |
---|---|
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 JTGO Table graphical
component.
|
ilog.cpl.table.interactor |
Contains all the table-specific interactors giving the JTGO Table component its default behavior.
|
Modifier and Type | Method and Description |
---|---|
IlpInteractionState |
IlpGraphController.getObjectInteractionState(IlpObjectInteractor oInteractor,
IlpObjectInteractionContext context)
Looks up the interaction state corresponding to the given context
used by object interaction.
|
Modifier and Type | Method and Description |
---|---|
IlpInteractionState |
IlpAbstractGraphicController.getObjectInteractionState(IlpObjectInteractor ointeractor,
IlpObjectInteractionContext ctxt)
Looks up the interaction state corresponding to the given context
used by object interaction.
|
Modifier and Type | Method and Description |
---|---|
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 |
IlpDefaultViewInteractor.getInteractionState(IlpInteractionContext ctxt)
Looks up the interaction state corresponding to the given context.
|
protected IlpInteractionState |
IlpDefaultObjectInteractor.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.
|
Modifier and Type | Method and Description |
---|---|
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 |
IlpDefaultViewInteractor.createActionEvent(IlpInteractionContext ctxt,
IlpInteractionState state,
int modifiers)
Deprecated.
Please use
IlpActionEventFactory instead. |
protected ActionEvent |
IlpDefaultObjectInteractor.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.
|
Constructor and Description |
---|
IlpObjectActionEvent(IlpObjectInteractionContext context,
IlpInteractionState state,
int modifiers)
Creates an object action event.
|
IlpViewActionEvent(IlpViewInteractionContext context,
IlpInteractionState state,
int modifiers)
Creates a view action event.
|
Constructor and Description |
---|
IlpDefaultTableHeaderActionEvent(IlpViewInteractionContext context,
IlpInteractionState state,
int modifiers)
Creates a new action event.
|
Modifier and Type | Method and Description |
---|---|
protected IlpInteractionState |
IlpDefaultTableHeaderInteractor.getInteractionState(IlpInteractionContext ctxt)
Looks up the interaction state corresponding to the given context.
|
Modifier and Type | Method and Description |
---|---|
protected ActionEvent |
IlpDefaultTableHeaderInteractor.createActionEvent(IlpInteractionContext ctxt,
IlpInteractionState state,
int modifiers)
Deprecated.
Please use
IlpActionEventFactory instead. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.