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 SummaryFieldsModifier and TypeFieldDescriptionbooleanA flag indicating whether the operation should be allowed.intthe display-relative x coordinate of the pointer at the time the context menu trigger occurredintthe display-relative y coordinate of the pointer at the time the context menu trigger occurredFields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widget
- 
Constructor SummaryConstructorsConstructorDescriptionMenuDetectEvent(Event event) Constructs a new instance of this class based on the information in the given untyped event.
- 
Method Summary
- 
Field Details- 
xpublic int xthe display-relative x coordinate of the pointer at the time the context menu trigger occurred
- 
ypublic int ythe display-relative y coordinate of the pointer at the time the context menu trigger occurred
- 
doitpublic boolean doitA flag indicating whether the operation should be allowed. Setting this field tofalsewill cancel the operation.
 
- 
- 
Constructor Details- 
MenuDetectEventConstructs 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- 
toStringReturns a string containing a concise, human-readable description of the receiver.- Overrides:
- toStringin class- TypedEvent
- Returns:
- a string representation of the event
 
 
-