|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanControl | |
|---|---|
| uk.org.toot.audio.core | This package provides the core composite model for the Audio problem domain, separating the concerns of processing (AudioProcess) from the control of that processing (AudioControls). |
| uk.org.toot.audio.meter | This package provides a K-System meter. |
| uk.org.toot.audio.mixer | This package provides a professional audio mixer which uses plugin effects processors. |
| uk.org.toot.control | This package provides a core Composite pattern model for controls and indicators such as potentiometers and switches, and their compositions. |
| uk.org.toot.swingui.controlui | |
| Uses of BooleanControl in uk.org.toot.audio.core |
|---|
| Methods in uk.org.toot.audio.core that return BooleanControl | |
|---|---|
BooleanControl |
AudioControls.getBypassControl()
|
| Uses of BooleanControl in uk.org.toot.audio.meter |
|---|
| Subclasses of BooleanControl in uk.org.toot.audio.meter | |
|---|---|
class |
MeterControls.ResetControl
A ResetControl is a momentary acting BooleanControl that resets the 'overs' and 'maxima' states. |
| Uses of BooleanControl in uk.org.toot.audio.mixer |
|---|
| Subclasses of BooleanControl in uk.org.toot.audio.mixer | |
|---|---|
static class |
BusControls.SoloIndicator
|
| Methods in uk.org.toot.audio.mixer that return BooleanControl | |
|---|---|
BooleanControl |
MixControls.getMuteControl()
|
BooleanControl |
MixControls.getSoloControl()
|
| Uses of BooleanControl in uk.org.toot.control |
|---|
| Subclasses of BooleanControl in uk.org.toot.control | |
|---|---|
static class |
CompoundControl.BypassControl
A BypassControl is used if canBypass() is overridden to return true (default is false). |
| Uses of BooleanControl in uk.org.toot.swingui.controlui |
|---|
| Constructors in uk.org.toot.swingui.controlui with parameters of type BooleanControl | |
|---|---|
BooleanControlPanel(BooleanControl control)
|
|
BooleanIndicatorPanel(BooleanControl control)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||