de.jreality.plugin.audio
Class AudioPreferences

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

public class AudioPreferences
extends Plugin
implements ActionListener


Constructor Summary
AudioPreferences()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 boolean addChangeListener(ChangeListener c)
           
 Audio.BackendType getBackendType()
           
 Audio.InterpolationType getInterpolationType()
           
 String getJackLabel()
           
 int getJackRetries()
           
 String getJackTarget()
           
 int getJavaSoundFrameSize()
           
 Icon getMainIcon()
           
 String getMainName()
           
 JPanel getMainPage()
           
 int getNumSubPages()
           
 PluginInfo getPluginInfo()
           
 JPanel getSubPage(int i)
           
 Icon getSubPageIcon(int i)
           
 String getSubPageName(int i)
           
 boolean removeChangeListener(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(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

getBackendType

public Audio.BackendType getBackendType()

getInterpolationType

public Audio.InterpolationType getInterpolationType()

getJackLabel

public String getJackLabel()

getJackTarget

public String getJackTarget()

getJackRetries

public int getJackRetries()

getJavaSoundFrameSize

public int getJavaSoundFrameSize()

getPluginInfo

public PluginInfo getPluginInfo()

getMainIcon

public Icon getMainIcon()

getMainName

public String getMainName()

getMainPage

public JPanel getMainPage()

getNumSubPages

public int getNumSubPages()

getSubPage

public JPanel getSubPage(int i)

getSubPageIcon

public Icon getSubPageIcon(int i)

getSubPageName

public String getSubPageName(int i)

addChangeListener

public boolean addChangeListener(ChangeListener c)

removeChangeListener

public boolean removeChangeListener(ChangeListener c)

storeStates

public void storeStates(Controller c)
                 throws Exception
Throws:
Exception

restoreStates

public void restoreStates(Controller c)
                   throws Exception
Throws:
Exception