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.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 Rogue Wave JViews.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
Modifier and Type | Method and Description |
---|---|
Action |
IlpGraphView.getDefaultGestureAction(IlpGesture gesture)
Returns a default gesture action for a gesture or
null
as appropriate. |
Modifier and Type | Class and Description |
---|---|
static class |
IlpGraphEditEquipmentObjectInteractor.Gesture
This class enumerates the gestures recognized by this interactor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpGesture |
IlpInteractionState.getGesture()
When a complete gesture has been recognized, returns this gesture,
otherwise returns
null . |
IlpGesture |
IlpGestureAction.getGesture()
Returns the gesture that is recognized by the
interactor to trigger an action.
|
Modifier and Type | Method and Description |
---|---|
Set<IlpGesture> |
IlpInteractionState.getIncompleteGestures()
Returns the set of gestures that could possibly result from the current
incomplete set of input events.
|
Modifier and Type | Method and Description |
---|---|
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 |
IlpInteractor.getGestureAction(IlpGesture gesture,
int modifier)
Returns the customized action associated with the given gesture and
modifiers, 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 |
IlpInteractionState.setGesture(IlpGesture gesture)
Sets a gesture which has been completely recognized.
|
void |
IlpGestureAction.setGesture(IlpGesture g)
Defines the gesture that is recognized by the
interactor to trigger an action.
|
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 |
IlpInteractor.setGestureAction(IlpGesture gesture,
int modifier,
Action action)
Associates an action with a specified gesture and modifier.
|
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.
|
Constructor and Description |
---|
IlpGestureAction(IlpGesture g,
int m,
Action a)
Creates a new interactor action with the given configuration.
|
Modifier and Type | Class and Description |
---|---|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.