soundPlayback
Class PlaybackDialog.EmptyDialogComponent

java.lang.Object
  extended by soundPlayback.PlaybackDialogComponent
      extended by soundPlayback.PlaybackDialog.EmptyDialogComponent
Enclosing class:
PlaybackDialog

private class PlaybackDialog.EmptyDialogComponent
extends PlaybackDialogComponent


Field Summary
(package private)  javax.swing.JPanel panel
           
 
Constructor Summary
PlaybackDialog.EmptyDialogComponent()
           
 
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

javax.swing.JPanel panel
Constructor Detail

PlaybackDialog.EmptyDialogComponent

public PlaybackDialog.EmptyDialogComponent()
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