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