Class AudioSlowerAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.actions.JosmAction
-
- org.openstreetmap.josm.actions.audio.AbstractAudioAction
-
- org.openstreetmap.josm.actions.audio.AudioFastSlowAction
-
- org.openstreetmap.josm.actions.audio.AudioSlowerAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
,Destroyable
public class AudioSlowerAction extends AudioFastSlowAction
Decrease the speed of audio playback. Each use decreases the speed further until one of the other controls is used.- Since:
- 563
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstreetmap.josm.actions.JosmAction
JosmAction.ActiveLayerChangeAdapter, JosmAction.LayerChangeAdapter, JosmAction.SelectionChangeAdapter
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.actions.JosmAction
sc
-
-
Constructor Summary
Constructors Constructor Description AudioSlowerAction()
Constructs a newAudioSlowerAction
.
-
Method Summary
-
Methods inherited from class org.openstreetmap.josm.actions.audio.AudioFastSlowAction
actionPerformed
-
Methods inherited from class org.openstreetmap.josm.actions.audio.AbstractAudioAction
isAudioMarkerPresent, listenToSelectionChange, updateEnabledState
-
Methods inherited from class org.openstreetmap.josm.actions.JosmAction
buildActiveLayerChangeAdapter, buildLayerChangeAdapter, checkAndConfirmOutlyingOperation, destroy, getLayerManager, getShortcut, initEnabledState, installAdapters, listenToLayerChange, setHelpId, setToolbarId, setTooltip, updateEnabledState, updateEnabledStateOnCurrentSelection, updateEnabledStateOnCurrentSelection, updateEnabledStateOnModifiableSelection, waitFuture
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
AudioSlowerAction
public AudioSlowerAction()
Constructs a newAudioSlowerAction
.
-
-