|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Parameter in net.sourceforge.geeboss.model.editors |
---|
Classes in net.sourceforge.geeboss.model.editors that implement Parameter | |
---|---|
class |
AbstractParameter
Base class for parameters in the geeboss application |
class |
MemoryValueParameter
MemoryValue based parameter |
Methods in net.sourceforge.geeboss.model.editors that return Parameter | |
---|---|
Parameter |
MemoryObjectEditorHandler.createParameterInstance(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Create a parameter instance for this helper given the parameter name |
abstract Parameter |
EditorHandler.createParameterInstance(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Create a parameter instance for this handler given the parameter name |
Parameter |
MemoryObjectEditorHandler.getParameter(MemoryValue value)
Get the parameter associated to a memory value |
Parameter |
EditorHandler.getParameter(java.lang.String parameterName)
Get a parameter given it's name |
Parameter[] |
EditorHandler.getParameters()
Returns the parameters of this editor |
Methods in net.sourceforge.geeboss.model.editors with parameters of type Parameter | |
---|---|
void |
EditorHandler.fireParameterChanged(Parameter parameter)
Fire a parameter change event for the provided parameter |
Uses of Parameter in net.sourceforge.geeboss.model.event |
---|
Methods in net.sourceforge.geeboss.model.event with parameters of type Parameter | |
---|---|
void |
ParameterChangeListener.parameterChanged(Parameter parameter)
Notify the listener that the provided parameter has changed |
void |
MidiEventManager.parameterChanged(Parameter parameter)
Notify the listener that the provided parameter has changed |
Method parameters in net.sourceforge.geeboss.model.event with type arguments of type Parameter | |
---|---|
void |
ParameterUpdateListener.parametersUpdated(java.util.List<Parameter> parameters)
Notify the listener that the provided parameters have been updated |
Uses of Parameter in net.sourceforge.geeboss.view.editors.pedal |
---|
Methods in net.sourceforge.geeboss.view.editors.pedal that return Parameter | |
---|---|
protected abstract Parameter |
TwoButtonStomp.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
Reverb.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
OdDs.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
Ns.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
Loop.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
Eq.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
Delay.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
Comp.getLeftParameter()
Returns the implementation specific left parameter |
protected Parameter |
Chorus.getLeftParameter()
Returns the implementation specific left parameter |
protected abstract Parameter |
TwoButtonStomp.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
Reverb.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
OdDs.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
Ns.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
Loop.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
Eq.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
Delay.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
Comp.getRightParameter()
Returns the implementation specific right parameter |
protected Parameter |
Chorus.getRightParameter()
Returns the implementation specific right parameter |
Method parameters in net.sourceforge.geeboss.view.editors.pedal with type arguments of type Parameter | |
---|---|
void |
Pedal.parametersUpdated(java.util.List<Parameter> parameters)
Notify the listener that the provided parameters have been updated |
Uses of Parameter in net.sourceforge.geeboss.view.widget.knob |
---|
Constructors in net.sourceforge.geeboss.view.widget.knob with parameters of type Parameter | |
---|---|
KnobControl(Parameter parameter,
org.eclipse.swt.widgets.Composite comp,
int flag,
org.eclipse.swt.graphics.Image background)
Construct a new KnobControl given a background image |
|
StandardKnob(Parameter parameter,
org.eclipse.swt.widgets.Composite comp,
int flag,
org.eclipse.swt.graphics.Image background)
Construct a new StandardKnob given a background image |
Uses of Parameter in net.sourceforge.geeboss.view.widget.led |
---|
Constructors in net.sourceforge.geeboss.view.widget.led with parameters of type Parameter | |
---|---|
LedControl(Parameter parameter,
org.eclipse.swt.widgets.Composite comp,
int flag,
org.eclipse.swt.graphics.Image background)
Construct a new LedControl given a background image |
|
RedLed(Parameter parameter,
org.eclipse.swt.widgets.Composite comp,
int flag,
org.eclipse.swt.graphics.Image background)
Construct a new RedLed given a background image |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |