Package org.eclipse.swt.events
Class ExpandEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.events.SelectionEvent
org.eclipse.swt.events.ExpandEvent
Instances of this class are sent as a result of expand item being expanded
 and collapsed.
- Since:
- 1.2
- See Also:
- 
Field SummaryFields inherited from class org.eclipse.swt.events.SelectionEventdetail, doit, height, item, stateMask, text, width, x, yFields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widget
- 
Constructor SummaryConstructorsConstructorDescriptionExpandEvent(Event event) Constructs a new instance of this class based on the information in the given untyped event.
- 
Method Summary
- 
Constructor Details- 
ExpandEventConstructs 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- Overrides:
- toStringin class- SelectionEvent
 
 
-