|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.graphics.components.editor.TreeSelectAction
public class TreeSelectAction
The TreeSelectAction
class represents the action performed when a leaf of tree
menu is selected. Displays the SubsectionSheet belonging to the selected leaf.
Constructor Summary | |
---|---|
TreeSelectAction(EditorBody editorBody)
Initializes a newly created TreeSelectAction . |
Method Summary | |
---|---|
void |
valueChanged(javax.swing.event.TreeSelectionEvent selectEvent)
Action performed when a tree node is selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeSelectAction(EditorBody editorBody)
TreeSelectAction
.
editorBody
- the panel representing the editor body.Method Detail |
---|
public void valueChanged(javax.swing.event.TreeSelectionEvent selectEvent)
valueChanged
in interface javax.swing.event.TreeSelectionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |