com.japisoft.framework.dialog.actions
Class CancelAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bycom.japisoft.framework.dialog.actions.AbstractDialogAction
          extended bycom.japisoft.framework.dialog.actions.CancelAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, ClosingAction, DialogAction, java.util.EventListener, java.io.Serializable

public class CancelAction
extends AbstractDialogAction
implements ClosingAction

Default action for canceling a content

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com
See Also:
Serialized Form

Field Summary
static int ID
           
 
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
CancelAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void prepareStaticValues()
          Called once for setting label, tooltip ...
 
Methods inherited from class com.japisoft.framework.dialog.actions.AbstractDialogAction
getActionId, getBundledName, getLabel, isForDialogFooter, isSpecial, prepareBundleValues, setActionDelegate, setForDialogFooter, setSpecial
 
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
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 

Field Detail

ID

public static int ID
Constructor Detail

CancelAction

public CancelAction()
Method Detail

prepareStaticValues

protected void prepareStaticValues()
Description copied from class: AbstractDialogAction
Called once for setting label, tooltip ...

Overrides:
prepareStaticValues in class AbstractDialogAction

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class AbstractDialogAction