Package org.eclipse.swt.events
Class MenuDetectEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.events.MenuDetectEvent
Instances of this class are sent whenever the platform-
specific trigger for showing a context menu is detected.
- Since:
- 1.3
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
A flag indicating whether the operation should be allowed.int
the display-relative x coordinate of the pointer at the time the context menu trigger occurredint
the display-relative y coordinate of the pointer at the time the context menu trigger occurredFields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
-
Constructor Summary
ConstructorDescriptionMenuDetectEvent
(Event event) Constructs a new instance of this class based on the information in the given untyped event. -
Method Summary
-
Field Details
-
x
public int xthe display-relative x coordinate of the pointer at the time the context menu trigger occurred -
y
public int ythe display-relative y coordinate of the pointer at the time the context menu trigger occurred -
doit
public boolean doitA flag indicating whether the operation should be allowed. Setting this field tofalse
will cancel the operation.
-
-
Constructor Details
-
MenuDetectEvent
Constructs a new instance of this class based on the information in the given untyped event.- Parameters:
event
- the untyped event containing the information
-
-
Method Details
-
toString
Returns a string containing a concise, human-readable description of the receiver.- Overrides:
toString
in classTypedEvent
- Returns:
- a string representation of the event
-