Package | Description |
---|---|
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
PropertySpec |
StringSenderSpec.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec |
StringModelSpec.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec |
ParamModel.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec |
MidiSender.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec[] |
StringSenderSpec.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec[] |
StringModelSpec.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec[] |
ParamModel.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec[] |
MidiSender.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec |
StringSenderSpec.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
StringModelSpec.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
ParamModel.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
MidiSender.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
StringSenderSpec.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertySpec |
StringModelSpec.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertySpec |
ParamModel.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertySpec |
MidiSender.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
static PropertySpec |
PropertySpec.Factory.newInstance() |
static PropertySpec |
PropertySpec.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PropertySpec |
PropertySpec.Factory.parse(File file) |
static PropertySpec |
PropertySpec.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PropertySpec |
PropertySpec.Factory.parse(InputStream is) |
static PropertySpec |
PropertySpec.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PropertySpec |
PropertySpec.Factory.parse(Node node) |
static PropertySpec |
PropertySpec.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PropertySpec |
PropertySpec.Factory.parse(Reader r) |
static PropertySpec |
PropertySpec.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PropertySpec |
PropertySpec.Factory.parse(String xmlAsString) |
static PropertySpec |
PropertySpec.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PropertySpec |
PropertySpec.Factory.parse(URL u) |
static PropertySpec |
PropertySpec.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PropertySpec |
PropertySpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PropertySpec |
PropertySpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PropertySpec |
PropertySpec.Factory.parse(XMLStreamReader sr) |
static PropertySpec |
PropertySpec.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
StringSenderSpec.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
StringModelSpec.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
ParamModel.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
MidiSender.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
StringSenderSpec.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
StringModelSpec.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
ParamModel.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
MidiSender.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
Modifier and Type | Class and Description |
---|---|
class |
PropertySpecImpl
An XML propertySpec(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
PropertySpec |
StringSenderSpecImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec |
StringModelSpecImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec |
ParamModelImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec |
MidiSenderImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec[] |
StringSenderSpecImpl.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec[] |
StringModelSpecImpl.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec[] |
ParamModelImpl.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec[] |
MidiSenderImpl.getPropertyArray()
Gets array of all "property" elements
|
PropertySpec |
StringSenderSpecImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
StringModelSpecImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
ParamModelImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
MidiSenderImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertySpec |
StringSenderSpecImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertySpec |
StringModelSpecImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertySpec |
ParamModelImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertySpec |
MidiSenderImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
Modifier and Type | Method and Description |
---|---|
void |
StringSenderSpecImpl.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
StringModelSpecImpl.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
ParamModelImpl.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
MidiSenderImpl.setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
StringSenderSpecImpl.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
StringModelSpecImpl.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
ParamModelImpl.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
MidiSenderImpl.setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
Copyright © 2014. All Rights Reserved.