Package ipsk.apps.audioeditor.ui
Class AudioEditorUI.AppendAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ipsk.swing.AbstractLocalizableAction
-
- ipsk.apps.audioeditor.ui.AudioEditorUI.AppendAction
-
- All Implemented Interfaces:
ActionLeaf,ActionNode,java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- AudioEditorUI
public class AudioEditorUI.AppendAction extends AbstractLocalizableAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppendAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent arg0)-
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, getActionCommand, getDisplayName, getIcon, getMnemonic, setAccelerator, setDisplayName, setIcon, setMnemonic
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Specified by:
actionPerformedin classAbstractLocalizableAction
-
-