public final class MenuDetectEvent
extends org.eclipse.swt.events.TypedEvent
MenuDetectListener
,
Sample code and further information,
Serialized FormModifier and Type | Field and Description |
---|---|
boolean |
doit
A flag indicating whether the operation should be allowed.
|
int |
x
the display-relative x coordinate of the pointer at the time the context menu trigger occurred
|
int |
y
the display-relative y coordinate of the pointer at the time the context menu trigger occurred
|
source
Constructor and Description |
---|
MenuDetectEvent(org.eclipse.swt.widgets.Event e)
Constructs a new instance of this class based on the information in the given untyped event.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string containing a concise, human-readable description of the receiver.
|
getSource
public int x
public int y
public boolean doit
false
will cancel the
operation.public MenuDetectEvent(org.eclipse.swt.widgets.Event e)
e
- the untyped event containing the informationpublic String toString()
toString
in class org.eclipse.swt.events.TypedEvent
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.