soundPlayback
Class soundCardDialogComponent
java.lang.Object
soundPlayback.PlaybackDialogComponent
soundPlayback.soundCardDialogComponent
public class soundCardDialogComponent
- extends PlaybackDialogComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel
private javax.swing.JPanel panel
soundCards
private javax.swing.JComboBox soundCards
soundCardSystem
private SoundCardSystem soundCardSystem
soundCardDialogComponent
public soundCardDialogComponent(SoundCardSystem soundCardSystem)
getComponent
java.awt.Component getComponent()
- Description copied from class:
PlaybackDialogComponent
- Get the graphics component to be included in the playback dialog
- Specified by:
getComponent in class PlaybackDialogComponent
- Returns:
getParams
PlaybackParameters getParams(PlaybackParameters playbackParameters)
- Description copied from class:
PlaybackDialogComponent
- Get teh parameters from the dialog component
- Specified by:
getParams in class PlaybackDialogComponent
- Returns:
- PlaybackParameters or null.
- See Also:
PlaybackParameters
setParams
void setParams(PlaybackParameters playbackParameters)
- Description copied from class:
PlaybackDialogComponent
- Set the parameters in the dialog component
- Specified by:
setParams in class PlaybackDialogComponent