public class AudioEffectsBoxGUI extends Object
| Modifier and Type | Field and Description |
|---|---|
AudioEffectControlGUI[] |
effectControls |
JPanel |
effectControlsPanel |
JLabel |
effectsBoxLabel |
JPanel |
mainPanel |
JScrollPane |
scrollPane |
| Constructor and Description |
|---|
AudioEffectsBoxGUI(String availableEffects) |
| Modifier and Type | Method and Description |
|---|---|
AudioEffectsBoxData |
getData() |
boolean |
hasEffects() |
void |
show() |
public AudioEffectControlGUI[] effectControls
public JPanel mainPanel
public JLabel effectsBoxLabel
public JScrollPane scrollPane
public JPanel effectControlsPanel
public AudioEffectsBoxGUI(String availableEffects)
public AudioEffectsBoxData getData()
public boolean hasEffects()
public void show()
Copyright © 2000–2022 DFKI GmbH. All rights reserved.