public class TreeSelectAction
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener
TreeSelectAction
class represents the action performed when a leaf of tree
menu is selected. Displays the SubsectionSheet belonging to the selected leaf.Constructor and Description |
---|
TreeSelectAction(EditorBody editorBody)
Initializes a newly created
TreeSelectAction . |
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(javax.swing.event.TreeSelectionEvent selectEvent)
Action performed when a tree node is selected.
|
public TreeSelectAction(EditorBody editorBody)
TreeSelectAction
.editorBody
- the panel representing the editor body.