Package ipsk.swing
Class SelectAllAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ipsk.swing.AbstractLocalizableAction
-
- ipsk.swing.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.KeyStrokeACCELERATOR_VALstatic java.lang.StringACTION_COMMANDstatic intMNEMONIC_VALstatic java.lang.StringNAMEstatic java.lang.StringSHORT_DESCRIPTION_VAL
-
Constructor Summary
Constructors Constructor Description SelectAllAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidactionPerformed(java.awt.event.ActionEvent e)java.lang.StringgetActionCommand()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from class ipsk.swing.AbstractLocalizableAction
getAccelerator, getDisplayName, getIcon, getMnemonic, setAccelerator, setDisplayName, setIcon, setMnemonic
-
-
-
-
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
-
MNEMONIC_VAL
public static final int MNEMONIC_VAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getActionCommand
public java.lang.String getActionCommand()
- Overrides:
getActionCommandin classAbstractLocalizableAction
-
actionPerformed
public abstract void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Specified by:
actionPerformedin classAbstractLocalizableAction
-
-