Package ipsk.apps.audioeditor.ui
Class AudioEditorUI.CutAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ipsk.swing.AbstractLocalizableAction
-
- ipsk.swing.CutAction
-
- ipsk.apps.audioeditor.ui.AudioEditorUI.CutAction
-
- 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.CutAction extends CutAction
- See Also:
- Serialized Form
-
-
Field Summary
-
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
-
Fields inherited from class ipsk.swing.CutAction
ACCELERATOR_VAL, ACTION_COMMAND, MNEMONIC_VAL, NAME
-
-
Constructor Summary
Constructors Constructor Description CutAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(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, getDisplayName, getIcon, getMnemonic, setAccelerator, setDisplayName, setIcon, setMnemonic
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from class ipsk.swing.CutAction
getActionCommand
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Specified by:
actionPerformed
in classCutAction
-
-