Package | Description |
---|---|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.symbol.util.interactor |
Contains the interactor classes for the compiled symbols.
|
ilog.views.symbology.interactor |
Contains predefined interactors allowing to process inputs done by the user on symbols.
|
Modifier and Type | Field and Description |
---|---|
static IlvMouseGesture |
IlvMouseGesture.BUTTON1_CLICKED
Mouse click with button 1.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON1_DOUBLE_CLICKED
Mouse double click with button 1.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON1_MOUSE_PRESSED
The mouse button 1 has been pressed.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON1_MOUSE_RELEASED
The mouse button 1 has been released.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON2_CLICKED
Mouse click with button 2.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON2_DOUBLE_CLICKED
Mouse double click with button 2.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON2_MOUSE_PRESSED
The mouse button 2 has been pressed.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON2_MOUSE_RELEASED
The mouse button 2 has been released.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON3_CLICKED
Mouse click with button 3.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON3_DOUBLE_CLICKED
Mouse double click with button 3.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON3_MOUSE_PRESSED
The mouse button 3 has been pressed.
|
static IlvMouseGesture |
IlvMouseGesture.BUTTON3_MOUSE_RELEASED
The mouse button 3 has been released.
|
static IlvMouseGesture |
IlvMouseGesture.FOCUS_IN
The view just took the focus.
|
static IlvMouseGesture |
IlvMouseGesture.FOCUS_OUT
The view just lost the focus.
|
static IlvMouseGesture |
IlvMouseGesture.MOUSE_DRAGGED
The mouse has been dragged.
|
static IlvMouseGesture |
IlvMouseGesture.MOUSE_ENTERED
The mouse has entered the view.
|
static IlvMouseGesture |
IlvMouseGesture.MOUSE_EXITED
The mouse has exited the view.
|
static IlvMouseGesture |
IlvMouseGesture.MOUSE_MOVED
The mouse has moved.
|
Modifier and Type | Method and Description |
---|---|
static IlvMouseGesture |
IlvMouseGesture.FromName(String name)
Returns the gesture with the specified name, or
null if
the specified name is not among the names of the predefined gestures. |
Modifier and Type | Method and Description |
---|---|
Action |
IlvEventMap.getAction(IlvMouseGesture gesture)
Returns the Swing action associated with the supplied gesture.
|
Action |
IlvCompositeLink.getAction(int index,
IlvMouseGesture gesture)
Returns the action associated with the child and the given gesture if any.
|
Action |
IlvCompositeGraphic.getAction(int index,
IlvMouseGesture gesture)
Returns the action associated with the child and the given gesture if any.
|
Action |
IlvComposite.getAction(int index,
IlvMouseGesture gesture)
Returns the action associated with the child and the given gesture if any.
|
Modifier and Type | Method and Description |
---|---|
IlvMouseGesture[] |
IlvCompiledSymbolRotationInteractor.getSupportedMouseGestures()
Returns the mouse gesture supported by this interactor.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvMouseGesture[] |
IlvSymbolInteractor.getSupportedMouseGestures()
Returns a list of mouse gestures supported by this
interactor.
|
IlvMouseGesture[] |
IlvRotationSymbolInteractor.getSupportedMouseGestures()
Returns the mouse gesture supported by this interactor.
|
IlvMouseGesture[] |
IlvPushSymbolInteractor.getSupportedMouseGestures()
Returns the mouse gestures supported by this interactor.
|
IlvMouseGesture[] |
IlvLinearSymbolInteractor.getSupportedMouseGestures()
Returns the mouse gesture supported by this interactor.
|
IlvMouseGesture[] |
IlvDiscreteSymbolInteractor.getSupportedMouseGestures()
Returns the mouse gesture supported by this interactor.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.