csheets.ext.assertion.ui
Class AssertionPanel.ApplyAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by csheets.ui.ctrl.BaseAction
          extended by csheets.ui.ctrl.FocusOwnerAction
              extended by csheets.ext.assertion.ui.AssertionPanel.ApplyAction
All Implemented Interfaces:
ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
AssertionPanel

protected class AssertionPanel.ApplyAction
extends FocusOwnerAction

An action used to apply changes made in the assertion field.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class csheets.ui.ctrl.FocusOwnerAction
focusOwner
 
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
AssertionPanel.ApplyAction()
          Creates a new apply action.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
protected  String getName()
          Returns the action's name.
 
Methods inherited from class csheets.ui.ctrl.FocusOwnerAction
propertyChange
 
Methods inherited from class csheets.ui.ctrl.BaseAction
defineProperties, requiresFile, requiresModification, showErrorDialog
 
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

AssertionPanel.ApplyAction

public AssertionPanel.ApplyAction()
Creates a new apply action.

Method Detail

getName

protected String getName()
Description copied from class: BaseAction
Returns the action's name.

Specified by:
getName in class BaseAction
Returns:
the action's name, which is used as short description and action command

actionPerformed

public void actionPerformed(ActionEvent e)