Package org.eclipse.ui.forms.events
Class ExpansionAdapter
java.lang.Object
org.eclipse.ui.forms.events.ExpansionAdapter
- All Implemented Interfaces:
IExpansionListener
This adapter class provides default implementations for the methods
described by the
ExpansionListener
interface.
Classes that wish to deal with ExpansionEvent
s can extend
this class and override only the methods which they are interested in.
- Since:
- 3.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sent when the link is exited.void
Sent when the link is entered.
-
Constructor Details
-
ExpansionAdapter
public ExpansionAdapter()
-
-
Method Details
-
expansionStateChanging
Sent when the link is entered. The default behaviour is to do nothing.- Specified by:
expansionStateChanging
in interfaceIExpansionListener
- Parameters:
e
- the event
-
expansionStateChanged
Sent when the link is exited. The default behaviour is to do nothing.- Specified by:
expansionStateChanged
in interfaceIExpansionListener
- Parameters:
e
- the event
-