|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.ext.deptree.ExpansionPopulator
public class ExpansionPopulator
A tree expansion listener that asks the node being expanded to to add child nodes for all its references.
| Constructor Summary | |
|---|---|
ExpansionPopulator()
Creates a new expansion populator. |
|
| Method Summary | |
|---|---|
void |
treeCollapsed(TreeExpansionEvent event)
Does nothing. |
void |
treeExpanded(TreeExpansionEvent event)
Populates the node that was expanded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpansionPopulator()
| Method Detail |
|---|
public void treeExpanded(TreeExpansionEvent event)
treeExpanded in interface TreeExpansionListenerevent - the event that was firedpublic void treeCollapsed(TreeExpansionEvent event)
treeCollapsed in interface TreeExpansionListenerevent - the event that was fired
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||