public class NodeEditorAction extends javax.swing.AbstractAction implements ActionDisplayOptions
DISPLAY_BOTH, DISPLAY_ICON, DISPLAY_NAME| Constructor and Description |
|---|
NodeEditorAction(ToolSelectionHandler sel) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
protected void |
showNodeEditorFor(Task task,
java.lang.Object source)
Show the node editor for the specified task.
|
public NodeEditorAction(ToolSelectionHandler sel)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerprotected void showNodeEditorFor(Task task, java.lang.Object source)
source - the source object asking for the node editor to be shown