Constructor and Description |
---|
VFSBrowseAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
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)
Enable action for all nodes except the root and groups.
|
public void actionPerformed(java.awt.event.ActionEvent e)
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.