org.jfree.report.modules.gui.base.components
Class AbstractExportDialog.AbstractCancelAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.jfree.report.modules.gui.base.components.AbstractExportDialog.AbstractCancelAction
Enclosing class:
AbstractExportDialog

protected abstract class AbstractExportDialog.AbstractCancelAction
extends javax.swing.AbstractAction

Internal action class to cancel the report processing.

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
AbstractExportDialog.AbstractCancelAction()
          Default constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Receives notification that the action has occurred.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExportDialog.AbstractCancelAction

public AbstractExportDialog.AbstractCancelAction()
Default constructor.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Receives notification that the action has occurred.
Overrides:
actionPerformed in class javax.swing.AbstractAction
Parameters:
e - the action event.