| Package | Description |
|---|---|
| org.jsynthlib.device.controller | |
| org.jsynthlib.device.model.impl | |
| org.jsynthlib.device.viewcontroller | |
| org.jsynthlib.xmldevice | |
| org.jsynthlib.xmldevice.impl |
| Constructor and Description |
|---|
AbstractControllerFactory(XmlDriverSpec driverSpec) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DriverBeanUtil.copyXmlProperties(IDriver dest,
XmlDriverSpec orig) |
| Modifier and Type | Method and Description |
|---|---|
XmlDriverSpec |
DefaultFxmlDriverEditor.getXmlDriverSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected UuidPatchParamSpec |
AbstractDriverEditor.getPatchParamSpec(XmlDriverSpec xmlDriverSpec,
String uuid) |
void |
AbstractDriverEditor.initializePatchParams(XmlDriverSpec xmlDriverSpec) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XmlBankDriverSpecDocument.XmlBankDriverSpec
An XML xmlBankDriverSpec(@http://www.jsynthlib.org/xmldevice).
|
static interface |
XmlPatchDriverSpecDocument.XmlPatchDriverSpec
An XML xmlPatchDriverSpec(@http://www.jsynthlib.org/xmldevice).
|
| Modifier and Type | Method and Description |
|---|---|
static XmlDriverSpec |
XmlDriverSpec.Factory.newInstance() |
static XmlDriverSpec |
XmlDriverSpec.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(File file) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(InputStream is) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(Node node) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(Reader r) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(String xmlAsString) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(URL u) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(XMLStreamReader sr) |
static XmlDriverSpec |
XmlDriverSpec.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlBankDriverSpecDocumentImpl.XmlBankDriverSpecImpl
An XML xmlBankDriverSpec(@http://www.jsynthlib.org/xmldevice).
|
class |
XmlDriverSpecImpl
An XML xmlDriverSpec(@http://www.jsynthlib.org/xmldevice).
|
static class |
XmlPatchDriverSpecDocumentImpl.XmlPatchDriverSpecImpl
An XML xmlPatchDriverSpec(@http://www.jsynthlib.org/xmldevice).
|
Copyright © 2014. All Rights Reserved.