|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
echopoint.tree.TreeExpansionEvent
public class TreeExpansionEvent
An event used to identify a single path in a tree. The source returned by getSource will be an instance of JTree.
| Field Summary | |
|---|---|
protected TreePath |
path
Path to the value this event represents. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TreeExpansionEvent(java.lang.Object source,
TreePath path)
Constructs a TreeExpansionEvent object. |
|
| Method Summary | |
|---|---|
TreePath |
getPath()
Returns the path to the value that has been expanded/collapsed. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TreePath path
| Constructor Detail |
|---|
public TreeExpansionEvent(java.lang.Object source,
TreePath path)
source - the Object that originated the event
(typically this)path - a TreePath object identifying the newly expanded
node| Method Detail |
|---|
public TreePath getPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||