org.jdesktop.jdnc.actions
Class ResetAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.jdesktop.swing.actions.AbstractActionExt
          extended byorg.jdesktop.swing.actions.BoundAction
              extended byorg.jdesktop.jdnc.actions.ResetAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, ItemListener, Serializable

public class ResetAction
extends BoundAction

Resets all components in form with current values in model.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdesktop.swing.actions.AbstractActionExt
GROUP, IS_STATE, LARGE_ICON
 
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
ResetAction()
           
 
Methods inherited from class org.jdesktop.swing.actions.BoundAction
actionPerformed, addActionListener, addItemListener, getActionListeners, getItemListeners, itemStateChanged, registerCallback, removeActionListener, removeItemListener, setCallback
 
Methods inherited from class org.jdesktop.swing.actions.AbstractActionExt
dispose, getAccelerator, getActionCommand, getGroup, getLargeIcon, getLongDescription, getMnemonic, getName, getShortDescription, getSmallIcon, isSelected, isStateAction, setAccelerator, setActionCommand, setGroup, setLargeIcon, setLongDescription, setMnemonic, setMnemonic, setName, setSelected, setShortDescription, setSmallIcon, setStateAction, setStateAction, toString
 
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, wait, wait, wait
 

Constructor Detail

ResetAction

public ResetAction()


Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.