Package ipsk.audio.arr.clip.ui
Class AudioClipsUIContainer.ShowPluginControlComponentAction
- java.lang.Object
-
- ipsk.swing.action.tree.AbstractActionNode
-
- ipsk.swing.action.tree.AbstractActionLeaf
-
- ipsk.audio.arr.clip.ui.AudioClipsUIContainer.ShowPluginControlComponentAction
-
- All Implemented Interfaces:
ActionLeaf
,ActionNode
,java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- AudioClipsUIContainer
public class AudioClipsUIContainer.ShowPluginControlComponentAction extends AbstractActionLeaf
-
-
Field Summary
-
Fields inherited from class ipsk.swing.action.tree.AbstractActionNode
displayName
-
-
Constructor Summary
Constructors Constructor Description ShowPluginControlComponentAction(java.awt.Component parent, AudioClipsUIContainer.Plugin plugin, 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
-
-
-
-
Constructor Detail
-
ShowPluginControlComponentAction
public ShowPluginControlComponentAction(java.awt.Component parent, AudioClipsUIContainer.Plugin plugin, 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 classAbstractActionLeaf
-
-