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

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

Introduction

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

The text is from its open source code.

Constructor

Method

TreePathgetNewLeadSelectionPath()
Returns the current lead path.
TreePathgetOldLeadSelectionPath()
Returns the path that was previously the lead path.
TreePathgetPath()
Returns the first path element.
TreePath[]getPaths()
Returns the paths that have been added or removed from the selection.
ObjectgetSource()
The object on which the Event initially occurred.
booleanisAddedPath(TreePath path)
Returns whether the specified path was added to the selection.
booleanisAddedPath(int index)
Returns whether the path at getPaths()[index] was added to the selection.
booleanisAddedPath()
Returns whether the path identified by getPath was added to the selection.