Class EditorActionsForOCCLEditor.OpenAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.processmining.objectcentricconstraintchecking.algorithms.editor.EditorActionsForOCCLEditor.OpenAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- EditorActionsForOCCLEditor
public static class EditorActionsForOCCLEditor.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(OCCMEditor editor, java.io.File file, java.lang.String gdText)protected voidopenXmlPng(OCCMEditor editor, java.io.File file)Reads XML+PNG format.protected voidresetEditor(OCCMEditor editor)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Method Detail
-
resetEditor
protected void resetEditor(OCCMEditor editor)
-
openXmlPng
protected void openXmlPng(OCCMEditor editor, java.io.File file) throws java.io.IOException
Reads XML+PNG format.- Throws:
java.io.IOException
-
openGD
protected void openGD(OCCMEditor editor, java.io.File file, java.lang.String gdText)
- Throws:
java.io.IOException
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-