org.eclipse.ui.forms.events
Class ExpansionEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.internal.SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.ui.forms.events.ExpansionEvent
- All Implemented Interfaces:
- java.io.Serializable
public final class ExpansionEvent
- extends TypedEvent
Notifies listeners when expandable controls change expansion state.
- Since:
- 3.0
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ExpansionEvent(java.lang.Object obj,
boolean state)
Creates a new expansion ecent. |
Method Summary |
boolean |
getState()
Returns the new expansion state of the widget. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExpansionEvent
public ExpansionEvent(java.lang.Object obj,
boolean state)
- Creates a new expansion ecent.
- Parameters:
obj
- event sourcestate
- the new expansion state
getState
public boolean getState()
- Returns the new expansion state of the widget.
- Returns:
true
if the widget is now expaned, false
otherwise.
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.