|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.events.ExpandAdapter
This adapter class provides default implementations for the
methods described by the ExpandListener
interface.
Classes that wish to deal with ExpandEvent
s can
extend this class and override only the methods which they are
interested in.
ExpandListener
,
ExpandEvent
Constructor Summary | |
---|---|
ExpandAdapter()
|
Method Summary | |
---|---|
void |
itemCollapsed(ExpandEvent e)
Sent when an item is collapsed. |
void |
itemExpanded(ExpandEvent e)
Sent when an item is expanded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpandAdapter()
Method Detail |
public void itemCollapsed(ExpandEvent e)
itemCollapsed
in interface ExpandListener
e
- an event containing information about the operationpublic void itemExpanded(ExpandEvent e)
itemExpanded
in interface ExpandListener
e
- an event containing information about the operation
|
Eclipse Platform Release 3.2 |
|||||||||||
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, 2006. All rights reserved.