org.processmining.framework.ui.actions
Class CatchOutOfMemoryAction
java.lang.Object
javax.swing.AbstractAction
org.processmining.framework.ui.actions.CatchOutOfMemoryAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
- Direct Known Subclasses:
- AnalyseAction, ConvertAction, ExportHistoryAction, ImportFileAction, OpenLogAction, ShowMessagesAction
public abstract class CatchOutOfMemoryAction
- extends javax.swing.AbstractAction
Title:
Description:
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desktop
protected MDIDesktopPane desktop
CatchOutOfMemoryAction
public CatchOutOfMemoryAction(java.lang.String s,
MDIDesktopPane desktop)
CatchOutOfMemoryAction
public CatchOutOfMemoryAction(java.lang.String s,
javax.swing.Icon i,
MDIDesktopPane desktop)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
execute
protected abstract void execute(java.awt.event.ActionEvent e)
handleOutOfMem
protected abstract void handleOutOfMem()