Class EditorActions.OpenAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.processmining.objectcentricconstraintchecking.algorithms.editor.EditorActions.OpenAction
-
- 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.OpenAction extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringlastDir
-
Constructor Summary
Constructors Constructor Description OpenAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected voidopenGD(BasicGraphEditor editor, java.io.File file, java.lang.String gdText)protected voidopenXmlPng(BasicGraphEditor editor, java.io.File file)Reads XML+PNG format.protected voidresetEditor(BasicGraphEditor editor)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
resetEditor
protected void resetEditor(BasicGraphEditor editor)
-
openXmlPng
protected void openXmlPng(BasicGraphEditor editor, java.io.File file) throws java.io.IOException
Reads XML+PNG format.- Throws:
java.io.IOException
-
openGD
protected void openGD(BasicGraphEditor editor, java.io.File file, java.lang.String gdText)
- Throws:
java.io.IOException
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-