| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.event |
Provides for events fired by Swing components.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| javax.swing.tree |
Provides classes and interfaces for dealing with
javax.swing.JTree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JTree.AccessibleJTree.treeCollapsed(TreeExpansionEvent
Tree Collapsed notification.
|
void |
JTree.AccessibleJTree.treeExpanded(TreeExpansionEvent
Tree Model Expansion notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeExpansionListener.treeCollapsed(TreeExpansionEvent
Called whenever an item in the tree has been collapsed.
|
void |
TreeExpansionListener.treeExpanded(TreeExpansionEvent
Called whenever an item in the tree has been expanded.
|
void |
TreeWillExpandListener.treeWillCollapse(TreeExpansionEvent
Invoked whenever a node in the tree is about to be collapsed.
|
void |
TreeWillExpandListener.treeWillExpand(TreeExpansionEvent
Invoked whenever a node in the tree is about to be expanded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicTreeUI.TreeExpansionHandler.treeCollapsed(TreeExpansionEvent
Called whenever an item in the tree has been collapsed.
|
void |
BasicTreeUI.TreeExpansionHandler.treeExpanded(TreeExpansionEvent
Called whenever an item in the tree has been expanded.
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeExpansionEvent |
ExpandVetoException.event
The event that the exception was created for.
|
| Constructor and Description | |
|---|---|
ExpandVetoException(TreeExpansionEvent
Constructs an ExpandVetoException object with no message.
|
|
ExpandVetoException(TreeExpansionEvent
Constructs an ExpandVetoException object with the specified message.
|