net.sf.fmj.ui.application
Class PlayerPanelPrefs

java.lang.Object
  extended by net.sf.fmj.ui.application.PlayerPanelPrefs

public class PlayerPanelPrefs
extends java.lang.Object

Author:
Ken Larson

Field Summary
 boolean autoLoop
           
 boolean autoPlay
           
 java.util.List recentUrls
           
 RTPTransmitWizardConfig rtpTransmitWizardConfig
           
 TranscodeWizardConfig transcodeWizardConfig
           
 
Constructor Summary
PlayerPanelPrefs()
           
 
Method Summary
static java.io.File getFile()
           
 void load(java.io.Reader reader)
          Load the Registry data from a Reader/
 void write(java.io.Writer writer)
          Write the registry data to the Writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recentUrls

public java.util.List recentUrls

autoPlay

public boolean autoPlay

autoLoop

public boolean autoLoop

rtpTransmitWizardConfig

public RTPTransmitWizardConfig rtpTransmitWizardConfig

transcodeWizardConfig

public TranscodeWizardConfig transcodeWizardConfig
Constructor Detail

PlayerPanelPrefs

public PlayerPanelPrefs()
Method Detail

getFile

public static java.io.File getFile()

load

public void load(java.io.Reader reader)
          throws java.io.IOException
Load the Registry data from a Reader/

Throws:
java.io.IOException

write

public void write(java.io.Writer writer)
           throws java.io.IOException
Write the registry data to the Writer.

Parameters:
writer - destination for the registry data.
Throws:
java.io.IOException