Package ipsk.swing

Class ApplyAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

    public abstract class ApplyAction
    extends javax.swing.AbstractAction
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.swing.KeyStroke ACCELERATOR_VAL  
      static java.lang.String ACTION_COMMAND  
      static int MNEMONIC_VAL  
      static java.lang.String NAME  
      static java.lang.String SHORT_DESCRIPTION_VAL  
      • Fields inherited from class javax.swing.AbstractAction

        changeSupport, enabled
      • Fields inherited from interface javax.swing.Action

        ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplyAction()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void actionPerformed​(java.awt.event.ActionEvent e)  
      java.lang.String getActionCommand()  
      • Methods inherited from class javax.swing.AbstractAction

        addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
      • Methods inherited from interface javax.swing.Action

        accept
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAME

        public static final java.lang.String NAME
      • ACTION_COMMAND

        public static final java.lang.String ACTION_COMMAND
      • SHORT_DESCRIPTION_VAL

        public static final java.lang.String SHORT_DESCRIPTION_VAL
      • ACCELERATOR_VAL

        public static final javax.swing.KeyStroke ACCELERATOR_VAL
    • Constructor Detail

      • ApplyAction

        public ApplyAction()
    • Method Detail

      • getActionCommand

        public java.lang.String getActionCommand()
      • actionPerformed

        public abstract void actionPerformed​(java.awt.event.ActionEvent e)