|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.forms.events.ExpansionAdapter
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.
IExpansionListener
,
ExpansionEvent
Constructor Summary | |
---|---|
ExpansionAdapter()
|
Method Summary | |
---|---|
void |
expansionStateChanged(ExpansionEvent e)
Sent when the link is exited. |
void |
expansionStateChanging(ExpansionEvent e)
Sent when the link is entered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpansionAdapter()
Method Detail |
public void expansionStateChanging(ExpansionEvent e)
expansionStateChanging
in interface IExpansionListener
e
- the eventpublic void expansionStateChanged(ExpansionEvent e)
expansionStateChanged
in interface IExpansionListener
e
- the event
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.