de.jreality.plugin.audio
Class AudioPreferences
java.lang.Object
Plugin
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AudioPreferences
public AudioPreferences()
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