Package ipsk.swing
Class CopyAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- ipsk.swing.AbstractLocalizableAction
- 
- ipsk.swing.CopyAction
 
 
 
- 
- All Implemented Interfaces:
- ActionLeaf,- ActionNode,- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 
 public abstract class CopyAction extends AbstractLocalizableAction - Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields 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 SummaryConstructors Constructor Description CopyAction()
 - 
Method SummaryAll 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.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 - 
Methods inherited from class ipsk.swing.AbstractLocalizableActiongetAccelerator, getDisplayName, getIcon, getMnemonic, setAccelerator, setDisplayName, setIcon, setMnemonic
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final java.lang.String NAME 
 - 
ACTION_COMMANDpublic static final java.lang.String ACTION_COMMAND 
 - 
SHORT_DESCRIPTION_VALpublic static final java.lang.String SHORT_DESCRIPTION_VAL 
 - 
ACCELERATOR_VALpublic static final javax.swing.KeyStroke ACCELERATOR_VAL 
 - 
MNEMONIC_VALpublic static final int MNEMONIC_VAL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getActionCommandpublic java.lang.String getActionCommand() - Overrides:
- getActionCommandin class- AbstractLocalizableAction
 
 - 
actionPerformedpublic abstract void actionPerformed(java.awt.event.ActionEvent e) - Specified by:
- actionPerformedin interface- java.awt.event.ActionListener
- Specified by:
- actionPerformedin class- AbstractLocalizableAction
 
 
- 
 
-