Package ipsk.audio.arr.clip.ui
Class AudioClipUIContainer.XZoomOnePixelPerSampleAction
- java.lang.Object
- 
- ipsk.swing.action.tree.AbstractActionNode
- 
- ipsk.swing.action.tree.AbstractActionLeaf
- 
- ipsk.audio.arr.clip.ui.AudioClipUIContainer.XZoomOnePixelPerSampleAction
 
 
 
- 
- All Implemented Interfaces:
- ActionLeaf,- ActionNode,- java.awt.event.ActionListener,- java.util.EventListener,- javax.swing.Action
 - Enclosing class:
- AudioClipUIContainer
 
 public class AudioClipUIContainer.XZoomOnePixelPerSampleAction extends AbstractActionLeaf 
- 
- 
Field Summary- 
Fields inherited from class ipsk.swing.action.tree.AbstractActionNodedisplayName
 
- 
 - 
Constructor SummaryConstructors Constructor Description XZoomOnePixelPerSampleAction(LocalizableMessage displayName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent arg0)- 
Methods inherited from class ipsk.swing.action.tree.AbstractActionLeafaddPropertyChangeListener, getIcon, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled, setIcon
 - 
Methods inherited from class ipsk.swing.action.tree.AbstractActionNodegetDisplayName, setDisplayName, toString
 - 
Methods inherited from interface ipsk.swing.action.tree.ActionNodegetDisplayName, setDisplayName
 
- 
 
- 
- 
- 
Constructor Detail- 
XZoomOnePixelPerSampleActionpublic XZoomOnePixelPerSampleAction(LocalizableMessage displayName) - Parameters:
- displayName-
 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent arg0) - Specified by:
- actionPerformedin interface- java.awt.event.ActionListener
- Specified by:
- actionPerformedin class- AbstractActionLeaf
 
 
- 
 
-