public class AudioPreferences extends Plugin implements ActionListener
| Constructor and Description |
|---|
AudioPreferences() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic Audio.BackendType getBackendType()
public Audio.InterpolationType getInterpolationType()
public String getJackLabel()
public String getJackTarget()
public int getJackRetries()
public int getJavaSoundFrameSize()
public PluginInfo getPluginInfo()
public Icon getMainIcon()
public String getMainName()
public JPanel getMainPage()
public int getNumSubPages()
public JPanel getSubPage(int i)
public Icon getSubPageIcon(int i)
public String getSubPageName(int i)
public boolean addChangeListener(ChangeListener c)
public boolean removeChangeListener(ChangeListener c)