de.jreality.plugin.audio
Class AudioPreferences
java.lang.Object
Plugin
de.jreality.plugin.audio.AudioPreferences
- All Implemented Interfaces:
- ActionListener, EventListener
public class AudioPreferences
- extends Plugin
- implements ActionListener
AudioPreferences
public AudioPreferences()
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