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 Summary
Fields inherited from class org.eclipse.swt.events.SelectionEvent
detail, doit, height, item, stateMask, text, width, x, y
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
-
Constructor Summary
ConstructorDescriptionExpandEvent
(Event event) Constructs a new instance of this class based on the information in the given untyped event. -
Method Summary
-
Constructor Details
-
ExpandEvent
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
- Overrides:
toString
in classSelectionEvent
-