Class TreeEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.events.SelectionEvent
org.eclipse.swt.events.TreeEvent
- All Implemented Interfaces:
Serializable
Instances of this class are sent as a result of
trees being expanded and collapsed.
- See Also:
-
Field Summary
Fields inherited from class TypedEvent
data, display, time, widget
Fields inherited from class EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SelectionEvent
toString
Methods inherited from class EventObject
getSource
-
Constructor Details
-
TreeEvent
Constructs a new instance of this class based on the information in the given untyped event.- Parameters:
e
- the untyped event containing the information
-