Package org.eclipse.swt.events
Class ShellEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.events.ShellEvent
Instances of this class are sent as a result of
 operations being performed on shells.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanA flag indicating whether the operation should be allowed.Fields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widget
- 
Constructor SummaryConstructorsConstructorDescriptionShellEvent(Event event) Constructs a new instance of this class based on the information in the given untyped event.
- 
Method SummaryMethods inherited from class org.eclipse.swt.events.TypedEventtoString
- 
Field Details- 
doitpublic boolean doitA flag indicating whether the operation should be allowed. Setting this field tofalsewill cancel the operation.
 
- 
- 
Constructor Details- 
ShellEventConstructs a new instance of this class based on the information in the given untyped event.- Parameters:
- event- the untyped event containing the information
 
 
-