public final class SwtGralMouseListener extends java.lang.Object
MouseListener
for Gral adaption of SWT.
The static inner classes implements the MouseListenerModifier and Type | Class and Description |
---|---|
static class |
SwtGralMouseListener.MouseListenerGralAction
This class is the implementation of a SWT
MouseListener and implements methods which invokes the
GralWidget.setActionMouse(GralMouseWidgetAction_ifc, int) or the GralWidget.setActionChange(GralUserAction)
on the determined mouse clicks. |
private static class |
SwtGralMouseListener.MouseListenerNoAction
This class implements a MouseListener which does not call a user method.
|
Modifier and Type | Field and Description |
---|---|
protected static org.eclipse.swt.events.MouseListener |
mouseActionStd
The only one instance can used for all widgets because the working data are given with the mouse action methods.
|
static int |
version
Version, History and copyright
2015-09-21 Hartmut chg: The capabilities of
SwtGralMouseListener.MouseListenerNoAction is contained in SwtGralMouseListener.MouseListenerGralAction yet. |
Constructor and Description |
---|
SwtGralMouseListener() |
public static final int version
SwtGralMouseListener.MouseListenerNoAction
is contained in SwtGralMouseListener.MouseListenerGralAction
yet.
Therefore it is possible to get a mouse action in any GralWidget.setActionChange(GralUserAction)
.
GralWidget.toString()
for double click info.
GralMouseWidgetAction_ifc
changed, parameter key, position.
GralMouseWidgetAction_ifc#mouse1Up()
etc. are not called
if the cursor was removed from the widget.
protected static org.eclipse.swt.events.MouseListener mouseActionStd
public SwtGralMouseListener()