public class AudioEffectControlGUI extends Object
The checkbox indicates whether the effect will be applied or not.
The label contains the name of the effect.
The text field contains the parameters of the effect.
The button shows help information about the usage of the effect when clicked.
Modifier and Type | Field and Description |
---|---|
JButton |
btnHelp |
JCheckBox |
chkEnabled |
boolean |
isHelpWindowOpen |
JPanel |
mainPanel |
JTextField |
txtParams |
Constructor and Description |
---|
AudioEffectControlGUI(AudioEffectControlData dataIn) |
public JPanel mainPanel
public JCheckBox chkEnabled
public JTextField txtParams
public JButton btnHelp
public boolean isHelpWindowOpen
public AudioEffectControlGUI(AudioEffectControlData dataIn)
public void setVisible(boolean bShow)
public boolean getVisible()
public AudioEffectControlData getData()
public void show()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.