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

  • 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.

    • install

      private void install(JFormattedTextField editor)
      Parameters:
      editor -
    • actionPerformed

      public void actionPerformed(ActionEvent e)