|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.events.TreeAdapter
public abstract class TreeAdapter
This adapter class provides default implementations for the methods described
by the TreeListener
interface.
Classes that wish to deal with TreeEvent
s can extend this
class and override only the methods which they are interested in.
TreeListener
,
TreeEvent
Constructor Summary | |
---|---|
TreeAdapter()
|
Method Summary | |
---|---|
void |
treeCollapsed(TreeEvent e)
Sent when a tree branch is collapsed. |
void |
treeExpanded(TreeEvent e)
Sent when a tree branch is expanded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeAdapter()
Method Detail |
---|
public void treeCollapsed(TreeEvent e)
treeCollapsed
in interface TreeListener
e
- an event containing information about the tree operationpublic void treeExpanded(TreeEvent e)
treeExpanded
in interface TreeListener
e
- an event containing information about the tree operation
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.