public class EditorActionListenerAddNode extends java.lang.Object implements EditorActionListener
Constructor and Description |
---|
EditorActionListenerAddNode(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
ProcessTree.Type nodeType,
javax.swing.JTextField nameField,
javax.swing.JSlider childIndex) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
boolean |
isEnabled() |
public EditorActionListenerAddNode(ProcessTree tree, GraphMouseListener graphMouseListener, GraphPanel graphPanel, ProcessTree.Type nodeType, javax.swing.JTextField nameField, javax.swing.JSlider childIndex)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public boolean isEnabled()
isEnabled
in interface EditorActionListener