Modifier and Type | Method and Description |
---|---|
void |
contextMenu(GoPoint point,
java.awt.Component invoker,
int x,
int y)
Callback for context menu.
|
void |
fieldClicked(GoPoint p,
boolean modifiedSelect)
Callback for click on a field.
|
void fieldClicked(GoPoint p, boolean modifiedSelect)
p
- The point clicked.modifiedSelect
- Modified select. True if the click was a
double click or with the right mouse button or if a modifier key
(Ctrl, Alt, Meta) was pressed while clicking, as long as it was
not a (platform-dependent) popup menu trigger.void contextMenu(GoPoint point, java.awt.Component invoker, int x, int y)
point
- The point clicked.invoker
- The awt.Component that was clicked on.x
- The x coordinate on the invoker component.y
- The y coordinate on the invoker component.