public class ViewPopupMenuShowingEvent extends ViewEvent
| Constructor and Description |
|---|
ViewPopupMenuShowingEvent(java.lang.Object src,
View view,
Point dcCoord,
Point wcCoord)
Constructs the ViewPopupMenuShowingEvent
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ViewEventDispatcher visitor)
Visitor pattern styled method used when dispatching
the view event in the
ViewEventDispatcher. |
Point |
getDcCoord()
Gets the DC coord of the event.
|
Point |
getWcCoord()
Gets the WC coord of the event.
|
isCancelled, setCancelledpublic Point getDcCoord()
public Point getWcCoord()
public void accept(ViewEventDispatcher visitor)
ViewEventViewEventDispatcher.