Package ips.media.action
Class MediaViewActions.TimeFormatSecondsMsAction
- java.lang.Object
-
- ipsk.swing.action.tree.AbstractActionNode
-
- ipsk.swing.action.tree.AbstractActionLeaf
-
- ipsk.swing.action.tree.RadioActionLeaf
-
- ips.media.action.MediaViewActions.TimeFormatSecondsMsAction
-
- All Implemented Interfaces:
ActionLeaf
,ActionNode
,java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- MediaViewActions
public class MediaViewActions.TimeFormatSecondsMsAction extends RadioActionLeaf
-
-
Field Summary
-
Fields inherited from class ipsk.swing.action.tree.AbstractActionNode
displayName
-
-
Constructor Summary
Constructors Constructor Description TimeFormatSecondsMsAction()
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class ipsk.swing.action.tree.RadioActionLeaf
getRadioActionGroup, isSelected, setRadioActionGroup, setSelected
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
- Specified by:
actionPerformed
in classRadioActionLeaf
-
-