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