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