public class EditorActionListenerSave extends java.lang.Object implements EditorActionListener
| Constructor and Description |
|---|
EditorActionListenerSave(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
javax.swing.JTextField field) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
boolean |
isEnabled() |
public EditorActionListenerSave(org.processmining.framework.plugin.PluginContext context,
ProcessTree tree,
javax.swing.JTextField field)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic boolean isEnabled()
isEnabled in interface EditorActionListener