Java javax.swing.event TreeExpansionEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.event TreeExpansionEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.event TreeExpansionEvent.

The text is from its open source code.

Constructor

TreeExpansionEvent(Object source, TreePath path)
Constructs a TreeExpansionEvent object.

Method

TreePathgetPath()
Returns the path to the value that has been expanded/collapsed.
ObjectgetSource()
The object on which the Event initially occurred.