Interface | Description |
---|---|
IlpActionEventFactory |
This interface represents a factory used to create action events.
|
IlpInteractionContext |
Describes the context of user interactions.
|
IlpInteractor |
Translates atomic input events into Swing action invocations
in a given context, recognizing higher-level gestures when applicable,
and invoking the associated Swing actions.
|
IlpInteractorManager |
This interface provides methods to retrieve interactors associated
to objects and attributes.
|
IlpMutableInteractorManager |
This interface provides methods to modify the interactors associated
to objects and attributes.
|
IlpObjectInteractionContext |
An object interaction context is used to store contextual information
about the events that occur over a single object.
|
IlpObjectInteractor |
This interface translates atomic input events that occur on business
objects being represented in a JTGO Graphic component into Swing
action invocations in a given context, recognizing higher-level gestures
when applicable, and invoking the associated Swing actions.
|
IlpPopupMenuFactory |
Defines a factory for creating pop-up menus.
|
IlpViewInteractionContext |
Describes the context of a user interaction that can occur anywhere
in a view.
|
IlpViewInteractor |
View interactors manage interactions with a graphic view.
|
Class | Description |
---|---|
IlpAbstractInteractor |
Abstract implementation for
IlpInteractor . |
IlpAbstractPopupMenuFactory |
Abstract implementation of
IlpPopupMenuFactory for creating pop-up
menus. |
IlpDefaultInteractionContext |
Default implementation for
IlpInteractionContext . |
IlpDefaultInteractorManager |
This class stores the association between object, attributes
and interactors.
|
IlpDefaultObjectInteractionContext |
Provides a default implementation of
IlpObjectInteractionContext . |
IlpDefaultObjectInteractor |
Provides a default implementation of
IlpObjectInteractor . |
IlpDefaultPopupMenuFactory |
This class implements a default pop-up menu factory, that
creates a static pop-up menu according to a given configuration.
|
IlpDefaultViewInteractionContext |
Provides a default implementation of
IlpViewInteractionContext
A view interaction context is used to store contextual information
about the events that occur over a graphic view. |
IlpDefaultViewInteractor |
Provides a default implementation for
IlpViewInteractor . |
IlpGesture |
This class enumerates the possible basic gestures for interactions.
|
IlpGestureAction |
This class represents a JavaBean object that contains information
about an action performed by an interactor.
|
IlpInteractionState |
Describes the state of a user interaction.
|
IlpInteractorAction |
This class represents a bean object that stores information
about actions to be used by interactors.
|
IlpInteractorLoggers |
This class contains all loggers for package
ilog.cpl.interactor ,
each with their own level threshold. |
IlpInteractorManagerSupport |
This class models a basic interactor manager implementation.
|
IlpKeyStrokeAction |
This class represents a bean object that stores information
about key strokes and actions to be used by interactors.
|
IlpObjectActionEvent |
When an action is triggered by an object interactor, the action event
received by the action is an object action event.
|
IlpViewActionEvent |
When an action is triggered by a view interactor, after having recognized
a gesture, the action event received by the action is a view action event.
|
Contains all the base classes of interactors.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.