|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemoryValue | |
---|---|
net.sourceforge.geeboss.model.editors | |
net.sourceforge.geeboss.model.midi.memory | |
net.sourceforge.geeboss.model.midi.roland |
Uses of MemoryValue in net.sourceforge.geeboss.model.editors |
---|
Methods in net.sourceforge.geeboss.model.editors that return MemoryValue | |
---|---|
MemoryValue |
MemoryValueParameter.getMemoryValue()
Get the memory value associated to this parmeter |
Methods in net.sourceforge.geeboss.model.editors with parameters of type MemoryValue | |
---|---|
java.util.List<MemoryObjectEditorHandler> |
MemoryEditorsManager.getEditorHandlers(MemoryValue memoryValue)
Get the editor handlers associated to a memory value |
Parameter |
MemoryObjectEditorHandler.getParameter(MemoryValue value)
Get the parameter associated to a memory value |
Uses of MemoryValue in net.sourceforge.geeboss.model.midi.memory |
---|
Subclasses of MemoryValue in net.sourceforge.geeboss.model.midi.memory | |
---|---|
static class |
MemoryValue.ByteValue
A Byte value |
static class |
MemoryValue.CharValue
A Char value |
static class |
MemoryValue.NumberValue
A number value |
static class |
MemoryValue.StringValue
A string value |
Methods in net.sourceforge.geeboss.model.midi.memory that return MemoryValue | |
---|---|
MemoryValue |
MemoryValueVariable.createReference(MemoryObject parent,
MemoryManager manager)
Create the referenced value |
abstract MemoryValue |
MemoryValueVariable.TypedVariable.createReference(MemoryObject parent,
MemoryManager manager)
Create the referenced value |
MemoryValue |
MemoryValueVariable.StringVariable.createReference(MemoryObject parent,
MemoryManager manager)
Create the referenced value |
MemoryValue |
MemoryValueVariable.CharVariable.createReference(MemoryObject parent,
MemoryManager manager)
Create the referenced value |
MemoryValue |
MemoryValueVariable.ByteVariable.createReference(MemoryObject parent,
MemoryManager manager)
Create the referenced value |
Uses of MemoryValue in net.sourceforge.geeboss.model.midi.roland |
---|
Methods in net.sourceforge.geeboss.model.midi.roland with parameters of type MemoryValue | |
---|---|
void |
RolandDevice.sendMemoryValue(MemoryValue value)
Send the data associated to a memory value to the device |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |