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