org.processmining.framework.ui.actions
Class ExportHistoryAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.processmining.framework.ui.actions.CatchOutOfMemoryAction
          extended by org.processmining.framework.ui.actions.ExportHistoryAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public abstract class ExportHistoryAction
extends CatchOutOfMemoryAction

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.processmining.framework.ui.actions.CatchOutOfMemoryAction
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
ExportHistoryAction(java.lang.String s, MDIDesktopPane desktop)
           
 
Method Summary
 void execute(java.awt.event.ActionEvent e)
           
 void executeWithFile(java.awt.event.ActionEvent e, java.lang.String filename)
           
 void handleOutOfMem()
           
 
Methods inherited from class org.processmining.framework.ui.actions.CatchOutOfMemoryAction
actionPerformed
 
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
 

Constructor Detail

ExportHistoryAction

public ExportHistoryAction(java.lang.String s,
                           MDIDesktopPane desktop)
Method Detail

execute

public void execute(java.awt.event.ActionEvent e)
Specified by:
execute in class CatchOutOfMemoryAction

executeWithFile

public void executeWithFile(java.awt.event.ActionEvent e,
                            java.lang.String filename)

handleOutOfMem

public void handleOutOfMem()
Specified by:
handleOutOfMem in class CatchOutOfMemoryAction