Class EditorActions.SaveAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.processmining.objectcentricconstraintchecking.algorithms.editor.EditorActions.SaveAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- EditorActions
public static class EditorActions.SaveAction extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringlastDirprotected booleanshowDialog
-
Constructor Summary
Constructors Constructor Description SaveAction(boolean showDialog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected voidsaveXmlPng(BasicGraphEditor editor, java.lang.String filename, java.awt.Color bg)Saves XML+PNG format.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
saveXmlPng
protected void saveXmlPng(BasicGraphEditor editor, java.lang.String filename, java.awt.Color bg) throws java.io.IOException
Saves XML+PNG format.- Throws:
java.io.IOException
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-