Package | Description |
---|---|
org.jsynthlib.device.viewcontroller | |
org.jsynthlib.xmldevice | |
org.jsynthlib.xmldevice.impl |
Modifier and Type | Method and Description |
---|---|
protected IPatchStringSender |
AbstractDriverEditor.newStringSender(StringSenderSpec stringSenderSpec) |
Modifier and Type | Method and Description |
---|---|
StringSenderSpec |
StringParamSpec.addNewStringSender()
Appends and returns a new empty "stringSender" element
|
StringSenderSpec |
StringParamSpec.getStringSender()
Gets the "stringSender" element
|
static StringSenderSpec |
StringSenderSpec.Factory.newInstance() |
static StringSenderSpec |
StringSenderSpec.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(File file) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(InputStream is) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(Node node) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(Reader r) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(String xmlAsString) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(URL u) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static StringSenderSpec |
StringSenderSpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static StringSenderSpec |
StringSenderSpec.Factory.parse(XMLStreamReader sr) |
static StringSenderSpec |
StringSenderSpec.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
StringParamSpec.setStringSender(StringSenderSpec stringSender)
Sets the "stringSender" element
|
Modifier and Type | Class and Description |
---|---|
class |
StringSenderSpecImpl
An XML stringSenderSpec(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Method and Description |
---|---|
StringSenderSpec |
StringParamSpecImpl.addNewStringSender()
Appends and returns a new empty "stringSender" element
|
StringSenderSpec |
StringParamSpecImpl.getStringSender()
Gets the "stringSender" element
|
Modifier and Type | Method and Description |
---|---|
void |
StringParamSpecImpl.setStringSender(StringSenderSpec stringSender)
Sets the "stringSender" element
|
Copyright © 2014. All Rights Reserved.