soundPlayback
Class soundCardDialogComponent

java.lang.Object
  extended by soundPlayback.PlaybackDialogComponent
      extended by soundPlayback.soundCardDialogComponent

public class soundCardDialogComponent
extends PlaybackDialogComponent


Field Summary
private  javax.swing.JPanel panel
           
private  javax.swing.JComboBox soundCards
           
private  SoundCardSystem soundCardSystem
           
 
Constructor Summary
soundCardDialogComponent(SoundCardSystem soundCardSystem)
           
 
Method Summary
(package private)  java.awt.Component getComponent()
          Get the graphics component to be included in the playback dialog
(package private)  PlaybackParameters getParams(PlaybackParameters playbackParameters)
          Get teh parameters from the dialog component
(package private)  void setParams(PlaybackParameters playbackParameters)
          Set the parameters in the dialog component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panel

private javax.swing.JPanel panel

soundCards

private javax.swing.JComboBox soundCards

soundCardSystem

private SoundCardSystem soundCardSystem
Constructor Detail

soundCardDialogComponent

public soundCardDialogComponent(SoundCardSystem soundCardSystem)
Method Detail

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