public class SystemAction extends MouseWidgetAction
| Modifier and Type | Field and Description |
|---|---|
private java.awt.event.MouseAdapter |
delegate
All mouse events are forwarded to this mouse adapter
|
gd, mouseActions, widget| Constructor and Description |
|---|
SystemAction(int wid,
int eventId,
java.awt.event.MouseAdapter delegate)
Create a system action for the specified widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
Notification of a mouse clicked event for this
MouseWidgetAction.widget. |
getEventId, hasEventprivate final java.awt.event.MouseAdapter delegate
public SystemAction(int wid,
int eventId,
java.awt.event.MouseAdapter delegate)
wid - The widget id.eventId - The event ID.delegate - The mouse events handler.public void mouseClicked(java.awt.event.MouseEvent e)
MouseWidgetAction.widget.mouseClicked in interface java.awt.event.MouseListenermouseClicked in class java.awt.event.MouseAdaptere - The mouse event.