Constructor and Description |
---|
NodePropertiesAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Shows the property dialog.
|
java.lang.String |
getText()
Returns a String that will be shown as the text of the menu item or
the tooltip of the toolbar button.
|
void |
prepareForNode(VPTNode node)
Disable action for multiple selection.
|
public java.lang.String getText()
Action
public void prepareForNode(VPTNode node)
prepareForNode
in class Action
node
- The selected node, or null
if multiple
nodes are selected.public void actionPerformed(java.awt.event.ActionEvent e)