| Constructor and Description |
|---|
MoveNodeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae)
Moves the selected node to the selected destination.
|
javax.swing.JComponent |
getMenuItem()
Instantiates a GroupMenu and returns it.
|
java.lang.String |
getText()
Returns the text to be shown on the button and/or menu item.
|
void |
prepareForNode(VPTNode node)
Show only for projects and (non-root) groups.
|
public javax.swing.JComponent getMenuItem()
getMenuItem in class Actionpublic java.lang.String getText()
public void actionPerformed(java.awt.event.ActionEvent ae)
public void prepareForNode(VPTNode node)
prepareForNode in class Actionnode - The selected node, or null if multiple
nodes are selected.