Example usage for Java javax.swing.event TreeExpansionEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
TreeExpansionEvent(Object source, TreePath path) Constructs a TreeExpansionEvent object. |
TreePath | getPath() Returns the path to the value that has been expanded/collapsed. |
Object | getSource() The object on which the Event initially occurred. |