de.jreality.plugin.audio
Class AudioPreferences

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.audio.AudioPreferences
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AudioPreferences
extends Plugin
implements java.awt.event.ActionListener


Constructor Summary
AudioPreferences()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 boolean addChangeListener(javax.swing.event.ChangeListener c)
           
 Audio.BackendType getBackendType()
           
 Audio.InterpolationType getInterpolationType()
           
 java.lang.String getJackLabel()
           
 int getJackRetries()
           
 java.lang.String getJackTarget()
           
 int getJavaSoundFrameSize()
           
 javax.swing.Icon getMainIcon()
           
 java.lang.String getMainName()
           
 javax.swing.JPanel getMainPage()
           
 int getNumSubPages()
           
 PluginInfo getPluginInfo()
           
 javax.swing.JPanel getSubPage(int i)
           
 javax.swing.Icon getSubPageIcon(int i)
           
 java.lang.String getSubPageName(int i)
           
 boolean removeChangeListener(javax.swing.event.ChangeListener c)
           
 void restoreStates(Controller c)
           
 void storeStates(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioPreferences

public AudioPreferences()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getBackendType

public Audio.BackendType getBackendType()

getInterpolationType

public Audio.InterpolationType getInterpolationType()

getJackLabel

public java.lang.String getJackLabel()

getJackTarget

public java.lang.String getJackTarget()

getJackRetries

public int getJackRetries()

getJavaSoundFrameSize

public int getJavaSoundFrameSize()

getPluginInfo

public PluginInfo getPluginInfo()

getMainIcon

public javax.swing.Icon getMainIcon()

getMainName

public java.lang.String getMainName()

getMainPage

public javax.swing.JPanel getMainPage()

getNumSubPages

public int getNumSubPages()

getSubPage

public javax.swing.JPanel getSubPage(int i)

getSubPageIcon

public javax.swing.Icon getSubPageIcon(int i)

getSubPageName

public java.lang.String getSubPageName(int i)

addChangeListener

public boolean addChangeListener(javax.swing.event.ChangeListener c)

removeChangeListener

public boolean removeChangeListener(javax.swing.event.ChangeListener c)

storeStates

public void storeStates(Controller c)
                 throws java.lang.Exception
Throws:
java.lang.Exception

restoreStates

public void restoreStates(Controller c)
                   throws java.lang.Exception
Throws:
java.lang.Exception