Package ipsk.swing

Class SelectAllAction

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

    public abstract class SelectAllAction
    extends AbstractLocalizableAction
    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
      SelectAllAction()  
    • 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

      • SelectAllAction

        public SelectAllAction()