Package org.eclipse.ui.forms.events
Class ExpansionEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.eclipse.swt.events.TypedEvent
-
- org.eclipse.ui.forms.events.ExpansionEvent
-
- All Implemented Interfaces:
Serializable
public final class ExpansionEvent extends TypedEvent
Notifies listeners when expandable controls change expansion state.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ExpansionEvent(Object obj, boolean state)
Creates a new expansion ecent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getState()
Returns the new expansion state of the widget.-
Methods inherited from class org.eclipse.swt.events.TypedEvent
toString
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Constructor Detail
-
ExpansionEvent
public ExpansionEvent(Object obj, boolean state)
Creates a new expansion ecent.- Parameters:
obj
- event sourcestate
- the new expansion state
-
-