Class BasicDatePickerUI.EditorCancelAction

java.lang.Object
javax.swing.AbstractAction
org.jdesktop.swingx.plaf.basic.BasicDatePickerUI.EditorCancelAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicDatePickerUI

public class BasicDatePickerUI.EditorCancelAction extends AbstractAction
The wrapper for the editor cancel action. PENDING: Need to extend TestAction?
See Also:
  • Field Details

  • Constructor Details

    • EditorCancelAction

      public EditorCancelAction(JFormattedTextField field)
      ctor
      Parameters:
      field - editor JFormattedTextField
  • Method Details

    • uninstall

      public void uninstall()
      Resets the contained editors actionMap to original and nulls all fields.

      NOTE: after calling this method the action must not be used! Create a new one for the same or another editor.

    • actionPerformed

      public void actionPerformed(ActionEvent e)