Package ipsk.audio.actions
Class BasicAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- ipsk.audio.actions.BasicAction
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 - Direct Known Subclasses:
- LoopAction,- PauseAction,- SetFramePositionAction,- StartPlaybackAction,- StartRecordAction,- StopAction
 
 public class BasicAction extends javax.swing.AbstractActionBase class for an action.- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringHIGH_LIGHTED_KEY
 - 
Constructor SummaryConstructors Constructor Description BasicAction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voidaddActionListener(java.awt.event.ActionListener al)protected voidfireActionEvent(java.awt.event.ActionEvent ae)booleanisHighlighted()voidremoveActionListener(java.awt.event.ActionListener al)voidsetHighlighted(boolean highlighted)
 
- 
- 
- 
Field Detail- 
HIGH_LIGHTED_KEYpublic final java.lang.String HIGH_LIGHTED_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 - 
addActionListenerpublic void addActionListener(java.awt.event.ActionListener al) 
 - 
removeActionListenerpublic void removeActionListener(java.awt.event.ActionListener al) 
 - 
fireActionEventprotected void fireActionEvent(java.awt.event.ActionEvent ae) 
 - 
isHighlightedpublic boolean isHighlighted() - Returns:
- Returns the highlighted.
 
 - 
setHighlightedpublic void setHighlighted(boolean highlighted) - Parameters:
- highlighted- The highlighted to set.
 
 
- 
 
-