Package | Description |
---|---|
org.jsynthlib.fxml | |
org.jsynthlib.fxml.impl |
Modifier and Type | Method and Description |
---|---|
Knob |
Children.addNewKnob()
Appends and returns a new empty value (as xml) as the last "Knob" element
|
Knob[] |
Children.getKnobArray()
Gets array of all "Knob" elements
|
Knob |
Children.getKnobArray(int i)
Gets ith "Knob" element
|
Knob |
Children.insertNewKnob(int i)
Inserts and returns a new empty value (as xml) as the ith "Knob" element
|
static Knob |
Knob.Factory.newInstance() |
static Knob |
Knob.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Knob |
Knob.Factory.parse(File file) |
static Knob |
Knob.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Knob |
Knob.Factory.parse(InputStream is) |
static Knob |
Knob.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Knob |
Knob.Factory.parse(Node node) |
static Knob |
Knob.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Knob |
Knob.Factory.parse(Reader r) |
static Knob |
Knob.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Knob |
Knob.Factory.parse(String xmlAsString) |
static Knob |
Knob.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Knob |
Knob.Factory.parse(URL u) |
static Knob |
Knob.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Knob |
Knob.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Knob |
Knob.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Knob |
Knob.Factory.parse(XMLStreamReader sr) |
static Knob |
Knob.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
Children.setKnobArray(int i,
Knob knob)
Sets ith "Knob" element
|
void |
Children.setKnobArray(Knob[] knobArray)
Sets array of all "Knob" element
|
Modifier and Type | Class and Description |
---|---|
class |
KnobImpl
An XML Knob(@http://www.jsynthlib.org/fxml).
|
Modifier and Type | Method and Description |
---|---|
Knob |
ChildrenImpl.addNewKnob()
Appends and returns a new empty value (as xml) as the last "Knob" element
|
Knob[] |
ChildrenImpl.getKnobArray()
Gets array of all "Knob" elements
|
Knob |
ChildrenImpl.getKnobArray(int i)
Gets ith "Knob" element
|
Knob |
ChildrenImpl.insertNewKnob(int i)
Inserts and returns a new empty value (as xml) as the ith "Knob" element
|
Modifier and Type | Method and Description |
---|---|
void |
ChildrenImpl.setKnobArray(int i,
Knob knob)
Sets ith "Knob" element
|
void |
ChildrenImpl.setKnobArray(Knob[] knobArray)
Sets array of all "Knob" element
|
Copyright © 2014. All Rights Reserved.