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