|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpGesture | |
|---|---|
| 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.graph.interactor | Provides classes and interfaces for creating Graph interactors. |
| ilog.cpl.graphic.views | Provides graphic object and graphic view classes for creating and configuring graphic views based on ILOG JViews. |
| ilog.cpl.interactor | Contains all the base classes of interactors. |
| ilog.tgo.interactor | Provides the predefined interactors for a view. |
| Uses of IlpGesture in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph with parameters of type IlpGesture | |
|---|---|
Action |
IlpGraphView.getDefaultGestureAction(IlpGesture gesture)
Returns a default gesture action for a gesture or null
as appropriate. |
| Uses of IlpGesture in ilog.cpl.graph.interactor |
|---|
| Subclasses of IlpGesture in ilog.cpl.graph.interactor | |
|---|---|
static class |
IlpGraphEditEquipmentObjectInteractor.Gesture
This class enumerates the gestures recognized by this interactor. |
| Uses of IlpGesture in ilog.cpl.graphic.views |
|---|
| Methods in ilog.cpl.graphic.views with parameters of type IlpGesture | |
|---|---|
Action |
IlpViewsView.getDefaultGestureAction(IlpGesture gesture)
Returns a default gesture action for a gesture or null
as appropriate. |
Action |
IlpViewsViewInteractor.getGestureAction(IlpGesture gesture)
Provides default gesture actions, depending on the view. |
| Uses of IlpGesture in ilog.cpl.interactor |
|---|
| Fields in ilog.cpl.interactor declared as IlpGesture | |
|---|---|
static IlpGesture |
IlpGesture.BUTTON1_CLICKED
Mouse click with button 1. |
static IlpGesture |
IlpGesture.BUTTON1_DOUBLE_CLICKED
Mouse double click with button 1. |
static IlpGesture |
IlpGesture.BUTTON2_CLICKED
Mouse click with button 2. |
static IlpGesture |
IlpGesture.BUTTON2_DOUBLE_CLICKED
Mouse double click with button 2. |
static IlpGesture |
IlpGesture.BUTTON3_CLICKED
Mouse click with button 3. |
static IlpGesture |
IlpGesture.BUTTON3_DOUBLE_CLICKED
Mouse double click with button 3. |
static IlpGesture |
IlpGesture.FOCUS_IN
The view just took the focus. |
static IlpGesture |
IlpGesture.FOCUS_OUT
The view just lost the focus. |
static IlpGesture |
IlpGesture.MOUSE_ENTERED
The mouse has entered the view. |
static IlpGesture |
IlpGesture.MOUSE_EXITED
The mouse has exited the view. |
static IlpGesture |
IlpGesture.MOUSE_MOVED
The mouse has moved. |
| Methods in ilog.cpl.interactor that return IlpGesture | |
|---|---|
IlpGesture |
IlpGestureAction.getGesture()
Returns the gesture that is recognized by the interactor to trigger an action. |
IlpGesture |
IlpInteractionState.getGesture()
When a complete gesture has been recognized, returns this gesture, otherwise returns null. |
| Methods in ilog.cpl.interactor with parameters of type IlpGesture | |
|---|---|
void |
IlpInteractionState.addIncompleteGesture(IlpGesture gesture)
Adds a gesture to the set of incomplete gestures being processed. |
Action |
IlpInteractor.getGestureAction(IlpGesture gesture)
Returns the customized action associated with the given gesture, if any. |
Action |
IlpAbstractInteractor.getGestureAction(IlpGesture gesture)
Returns the customized action associated with the given gesture, if any. |
Action |
IlpAbstractInteractor.getGestureAction(IlpGesture gesture,
int modifiers)
Returns the customized action associated with the given gesture, if any. |
int |
IlpInteractor.getGestureButton(IlpGesture gesture)
Returns the mouse button that triggers the specified gesture. |
int |
IlpAbstractInteractor.getGestureButton(IlpGesture gesture)
Retrieves the mouse button that will trigger the specified gesture. |
int |
IlpInteractor.getGestureModifiers(IlpGesture gesture)
Returns the keyboard modifiers that trigger the specified gesture. |
int |
IlpAbstractInteractor.getGestureModifiers(IlpGesture gesture)
Deprecated. Please use method IlpAbstractInteractor.setGestureAction(ilog.cpl.interactor.IlpGesture, javax.swing.Action) and (@link #getGestureAction}
to register and retrieve actions associated to gestures and modifiers. |
Object |
IlpInteractionState.getIncompleteGestureState(IlpGesture gesture)
Returns additional state information for a gesture. |
protected boolean |
IlpAbstractInteractor.processGesture(IlpGesture gesture,
IlpInteractionContext ctxt,
IlpInteractionState state,
AWTEvent e)
Manages a completely recognized gesture, trying to trigger the associated action. |
boolean |
IlpInteractionState.removeIncompleteGesture(IlpGesture gesture)
Removes a gesture from the set of incomplete gestures being processed. |
void |
IlpGestureAction.setGesture(IlpGesture g)
Defines the gesture that is recognized by the interactor to trigger an action. |
void |
IlpInteractionState.setGesture(IlpGesture gesture)
Sets a gesture which has been completely recognized. |
void |
IlpInteractor.setGestureAction(IlpGesture gesture,
Action action)
Associates an action with the specified gesture. |
void |
IlpAbstractInteractor.setGestureAction(IlpGesture gesture,
Action action)
Associates an action with a given gesture. |
void |
IlpAbstractInteractor.setGestureAction(IlpGesture gesture,
int modifiers,
Action action)
Associates an action with a given gesture. |
void |
IlpInteractionState.setIncompleteGestureState(IlpGesture gesture,
Object state)
Associates additional state information with a gesture. |
| Constructors in ilog.cpl.interactor with parameters of type IlpGesture | |
|---|---|
IlpGestureAction(IlpGesture g,
int m,
Action a)
Creates a new interactor action with the given configuration. |
|
| Uses of IlpGesture in ilog.tgo.interactor |
|---|
| Subclasses of IlpGesture in ilog.tgo.interactor | |
|---|---|
static class |
IltEditGroupInteractor.Gesture
This class enumerates the possible gestures recognized by this interactor. |
static class |
IltEditLabelInteractor.Gesture
This class enumerates the possible gestures recognized by this interactor. |
static class |
IltMakeLinearGroupInteractor.Gesture
This class enumerates the possible gestures recognized by this interactor. |
static class |
IltMakeLinkInteractor.Gesture
This class enumerates the possible gestures recognized by this interactor. |
static class |
IltMakePolyGroupInteractor.Gesture
This class enumerates the possible gestures recognized by this interactor. |
static class |
IltMakeRectGroupInteractor.Gesture
This class enumerates the possible gestures recognized by this interactor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||