org.processmining.framework.ui.actions
Class ShowMessagesAction

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

public class ShowMessagesAction
extends CatchOutOfMemoryAction

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
ShowMessagesAction(MDIDesktopPane desktop)
           
ShowMessagesAction(MDIDesktopPane desktop, java.lang.String label)
           
 
Method Summary
protected  void execute(java.awt.event.ActionEvent e)
           
static javax.swing.Icon getIcon()
           
protected  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

ShowMessagesAction

public ShowMessagesAction(MDIDesktopPane desktop,
                          java.lang.String label)

ShowMessagesAction

public ShowMessagesAction(MDIDesktopPane desktop)
Method Detail

getIcon

public static javax.swing.Icon getIcon()

execute

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

handleOutOfMem

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