org.processmining.framework.ui.actions
Class CatchOutOfMemoryAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by 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

Field Summary
protected  MDIDesktopPane desktop
           
 
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
 
Constructor Summary
CatchOutOfMemoryAction(java.lang.String s, javax.swing.Icon i, MDIDesktopPane desktop)
           
CatchOutOfMemoryAction(java.lang.String s, MDIDesktopPane desktop)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected abstract  void execute(java.awt.event.ActionEvent e)
           
protected abstract  void handleOutOfMem()
           
 
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
 

Field Detail

desktop

protected MDIDesktopPane desktop
Constructor Detail

CatchOutOfMemoryAction

public CatchOutOfMemoryAction(java.lang.String s,
                              MDIDesktopPane desktop)

CatchOutOfMemoryAction

public CatchOutOfMemoryAction(java.lang.String s,
                              javax.swing.Icon i,
                              MDIDesktopPane desktop)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

execute

protected abstract void execute(java.awt.event.ActionEvent e)

handleOutOfMem

protected abstract void handleOutOfMem()