Package | Description |
---|---|
org.jsynthlib.fxml | |
org.jsynthlib.fxml.impl | |
org.jsynthlib.utils.editor |
Modifier and Type | Method and Description |
---|---|
Children |
Pane.addNewChildren()
Appends and returns a new empty "children" element
|
Children |
Pane.getChildren()
Gets the "children" element
|
static Children |
Children.Factory.newInstance() |
static Children |
Children.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Children |
Children.Factory.parse(File file) |
static Children |
Children.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Children |
Children.Factory.parse(InputStream is) |
static Children |
Children.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Children |
Children.Factory.parse(Node node) |
static Children |
Children.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Children |
Children.Factory.parse(Reader r) |
static Children |
Children.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Children |
Children.Factory.parse(String xmlAsString) |
static Children |
Children.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Children |
Children.Factory.parse(URL u) |
static Children |
Children.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Children |
Children.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Children |
Children.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Children |
Children.Factory.parse(XMLStreamReader sr) |
static Children |
Children.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
Pane.setChildren(Children children)
Sets the "children" element
|
Modifier and Type | Class and Description |
---|---|
class |
ChildrenImpl
An XML children(@http://www.jsynthlib.org/fxml).
|
Modifier and Type | Method and Description |
---|---|
Children |
PaneImpl.addNewChildren()
Appends and returns a new empty "children" element
|
Children |
PaneImpl.getChildren()
Gets the "children" element
|
Modifier and Type | Method and Description |
---|---|
void |
PaneImpl.setChildren(Children children)
Sets the "children" element
|
Modifier and Type | Method and Description |
---|---|
protected void |
FXMLGenerator.generateParam(Children children,
String paramName,
String uuid,
Layoutable layoutable,
int row,
int col) |
Copyright © 2014. All Rights Reserved.