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
FieldsFields inherited from class TypedEvent
data, display, time, widgetFields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SelectionEvent
toStringMethods inherited from class TypedEvent
getNameMethods inherited from class EventObject
getSource
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
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
-