public class EditorActionListenerChangeType extends java.lang.Object implements EditorActionListener
| Constructor and Description |
|---|
EditorActionListenerChangeType(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
javax.swing.JComboBox<ProcessTree.Type> typeBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
boolean |
isEnabled() |
public EditorActionListenerChangeType(ProcessTree tree, GraphMouseListener graphMouseListener, GraphPanel graphPanel, javax.swing.JComboBox<ProcessTree.Type> typeBox)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic boolean isEnabled()
isEnabled in interface EditorActionListener