Package ipsk.audio.arr.clip.ui
Class AudioClipsUIContainer.XZoomFixFitToPanelAction
- java.lang.Object
-
- ipsk.swing.action.tree.AbstractActionNode
-
- ipsk.swing.action.tree.AbstractActionLeaf
-
- ipsk.swing.action.tree.CheckActionLeaf
-
- ipsk.audio.arr.clip.ui.AudioClipsUIContainer.XZoomFixFitToPanelAction
-
- All Implemented Interfaces:
ActionLeaf
,ActionNode
,java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AudioClipsUIContainer
public class AudioClipsUIContainer.XZoomFixFitToPanelAction extends CheckActionLeaf
-
-
Field Summary
-
Fields inherited from class ipsk.swing.action.tree.AbstractActionNode
displayName
-
-
Constructor Summary
Constructors Constructor Description XZoomFixFitToPanelAction(LocalizableMessage displayMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent arg0)
-
Methods inherited from class ipsk.swing.action.tree.AbstractActionLeaf
addPropertyChangeListener, getIcon, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled, setIcon
-
Methods inherited from class ipsk.swing.action.tree.AbstractActionNode
getDisplayName, setDisplayName, toString
-
Methods inherited from interface ipsk.swing.action.tree.ActionNode
getDisplayName, setDisplayName
-
Methods inherited from class ipsk.swing.action.tree.CheckActionLeaf
isSelected, setSelected
-
-
-
-
Constructor Detail
-
XZoomFixFitToPanelAction
public XZoomFixFitToPanelAction(LocalizableMessage displayMessage)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Specified by:
actionPerformed
in classCheckActionLeaf
-
-