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