public class ChildrenImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements Children
Children.Factory| Constructor and Description |
|---|
ChildrenImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
CheckBox |
addNewCheckBox()
Appends and returns a new empty value (as xml) as the last "CheckBox" element
|
ComboBox |
addNewComboBox()
Appends and returns a new empty value (as xml) as the last "ComboBox" element
|
Envelope |
addNewEnvelope()
Appends and returns a new empty value (as xml) as the last "Envelope" element
|
FlowPane |
addNewFlowPane()
Appends and returns a new empty value (as xml) as the last "FlowPane" element
|
GridPane |
addNewGridPane()
Appends and returns a new empty value (as xml) as the last "GridPane" element
|
Knob |
addNewKnob()
Appends and returns a new empty value (as xml) as the last "Knob" element
|
Label |
addNewLabel()
Appends and returns a new empty value (as xml) as the last "Label" element
|
Pane |
addNewPane()
Appends and returns a new empty value (as xml) as the last "Pane" element
|
Slider |
addNewSlider()
Appends and returns a new empty value (as xml) as the last "Slider" element
|
TextField |
addNewTextField()
Appends and returns a new empty value (as xml) as the last "TextField" element
|
TitledPane |
addNewTitledPane()
Appends and returns a new empty value (as xml) as the last "TitledPane" element
|
CheckBox[] |
getCheckBoxArray()
Gets array of all "CheckBox" elements
|
CheckBox |
getCheckBoxArray(int i)
Gets ith "CheckBox" element
|
ComboBox[] |
getComboBoxArray()
Gets array of all "ComboBox" elements
|
ComboBox |
getComboBoxArray(int i)
Gets ith "ComboBox" element
|
Envelope[] |
getEnvelopeArray()
Gets array of all "Envelope" elements
|
Envelope |
getEnvelopeArray(int i)
Gets ith "Envelope" element
|
FlowPane[] |
getFlowPaneArray()
Gets array of all "FlowPane" elements
|
FlowPane |
getFlowPaneArray(int i)
Gets ith "FlowPane" element
|
GridPane[] |
getGridPaneArray()
Gets array of all "GridPane" elements
|
GridPane |
getGridPaneArray(int i)
Gets ith "GridPane" element
|
Knob[] |
getKnobArray()
Gets array of all "Knob" elements
|
Knob |
getKnobArray(int i)
Gets ith "Knob" element
|
Label[] |
getLabelArray()
Gets array of all "Label" elements
|
Label |
getLabelArray(int i)
Gets ith "Label" element
|
Pane[] |
getPaneArray()
Gets array of all "Pane" elements
|
Pane |
getPaneArray(int i)
Gets ith "Pane" element
|
Slider[] |
getSliderArray()
Gets array of all "Slider" elements
|
Slider |
getSliderArray(int i)
Gets ith "Slider" element
|
TextField[] |
getTextFieldArray()
Gets array of all "TextField" elements
|
TextField |
getTextFieldArray(int i)
Gets ith "TextField" element
|
TitledPane[] |
getTitledPaneArray()
Gets array of all "TitledPane" elements
|
TitledPane |
getTitledPaneArray(int i)
Gets ith "TitledPane" element
|
CheckBox |
insertNewCheckBox(int i)
Inserts and returns a new empty value (as xml) as the ith "CheckBox" element
|
ComboBox |
insertNewComboBox(int i)
Inserts and returns a new empty value (as xml) as the ith "ComboBox" element
|
Envelope |
insertNewEnvelope(int i)
Inserts and returns a new empty value (as xml) as the ith "Envelope" element
|
FlowPane |
insertNewFlowPane(int i)
Inserts and returns a new empty value (as xml) as the ith "FlowPane" element
|
GridPane |
insertNewGridPane(int i)
Inserts and returns a new empty value (as xml) as the ith "GridPane" element
|
Knob |
insertNewKnob(int i)
Inserts and returns a new empty value (as xml) as the ith "Knob" element
|
Label |
insertNewLabel(int i)
Inserts and returns a new empty value (as xml) as the ith "Label" element
|
Pane |
insertNewPane(int i)
Inserts and returns a new empty value (as xml) as the ith "Pane" element
|
Slider |
insertNewSlider(int i)
Inserts and returns a new empty value (as xml) as the ith "Slider" element
|
TextField |
insertNewTextField(int i)
Inserts and returns a new empty value (as xml) as the ith "TextField" element
|
TitledPane |
insertNewTitledPane(int i)
Inserts and returns a new empty value (as xml) as the ith "TitledPane" element
|
void |
removeCheckBox(int i)
Removes the ith "CheckBox" element
|
void |
removeComboBox(int i)
Removes the ith "ComboBox" element
|
void |
removeEnvelope(int i)
Removes the ith "Envelope" element
|
void |
removeFlowPane(int i)
Removes the ith "FlowPane" element
|
void |
removeGridPane(int i)
Removes the ith "GridPane" element
|
void |
removeKnob(int i)
Removes the ith "Knob" element
|
void |
removeLabel(int i)
Removes the ith "Label" element
|
void |
removePane(int i)
Removes the ith "Pane" element
|
void |
removeSlider(int i)
Removes the ith "Slider" element
|
void |
removeTextField(int i)
Removes the ith "TextField" element
|
void |
removeTitledPane(int i)
Removes the ith "TitledPane" element
|
void |
setCheckBoxArray(CheckBox[] checkBoxArray)
Sets array of all "CheckBox" element
|
void |
setCheckBoxArray(int i,
CheckBox checkBox)
Sets ith "CheckBox" element
|
void |
setComboBoxArray(ComboBox[] comboBoxArray)
Sets array of all "ComboBox" element
|
void |
setComboBoxArray(int i,
ComboBox comboBox)
Sets ith "ComboBox" element
|
void |
setEnvelopeArray(Envelope[] envelopeArray)
Sets array of all "Envelope" element
|
void |
setEnvelopeArray(int i,
Envelope envelope)
Sets ith "Envelope" element
|
void |
setFlowPaneArray(FlowPane[] flowPaneArray)
Sets array of all "FlowPane" element
|
void |
setFlowPaneArray(int i,
FlowPane flowPane)
Sets ith "FlowPane" element
|
void |
setGridPaneArray(GridPane[] gridPaneArray)
Sets array of all "GridPane" element
|
void |
setGridPaneArray(int i,
GridPane gridPane)
Sets ith "GridPane" element
|
void |
setKnobArray(int i,
Knob knob)
Sets ith "Knob" element
|
void |
setKnobArray(Knob[] knobArray)
Sets array of all "Knob" element
|
void |
setLabelArray(int i,
Label label)
Sets ith "Label" element
|
void |
setLabelArray(Label[] labelArray)
Sets array of all "Label" element
|
void |
setPaneArray(int i,
Pane pane)
Sets ith "Pane" element
|
void |
setPaneArray(Pane[] paneArray)
Sets array of all "Pane" element
|
void |
setSliderArray(int i,
Slider slider)
Sets ith "Slider" element
|
void |
setSliderArray(Slider[] sliderArray)
Sets array of all "Slider" element
|
void |
setTextFieldArray(int i,
TextField textField)
Sets ith "TextField" element
|
void |
setTextFieldArray(TextField[] textFieldArray)
Sets array of all "TextField" element
|
void |
setTitledPaneArray(int i,
TitledPane titledPane)
Sets ith "TitledPane" element
|
void |
setTitledPaneArray(TitledPane[] titledPaneArray)
Sets array of all "TitledPane" element
|
int |
sizeOfCheckBoxArray()
Returns number of "CheckBox" element
|
int |
sizeOfComboBoxArray()
Returns number of "ComboBox" element
|
int |
sizeOfEnvelopeArray()
Returns number of "Envelope" element
|
int |
sizeOfFlowPaneArray()
Returns number of "FlowPane" element
|
int |
sizeOfGridPaneArray()
Returns number of "GridPane" element
|
int |
sizeOfKnobArray()
Returns number of "Knob" element
|
int |
sizeOfLabelArray()
Returns number of "Label" element
|
int |
sizeOfPaneArray()
Returns number of "Pane" element
|
int |
sizeOfSliderArray()
Returns number of "Slider" element
|
int |
sizeOfTextFieldArray()
Returns number of "TextField" element
|
int |
sizeOfTitledPaneArray()
Returns number of "TitledPane" element
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic Slider[] getSliderArray()
getSliderArray in interface Childrenpublic Slider getSliderArray(int i)
getSliderArray in interface Childrenpublic int sizeOfSliderArray()
sizeOfSliderArray in interface Childrenpublic void setSliderArray(Slider[] sliderArray)
setSliderArray in interface Childrenpublic void setSliderArray(int i,
Slider slider)
setSliderArray in interface Childrenpublic Slider insertNewSlider(int i)
insertNewSlider in interface Childrenpublic Slider addNewSlider()
addNewSlider in interface Childrenpublic void removeSlider(int i)
removeSlider in interface Childrenpublic Label[] getLabelArray()
getLabelArray in interface Childrenpublic Label getLabelArray(int i)
getLabelArray in interface Childrenpublic int sizeOfLabelArray()
sizeOfLabelArray in interface Childrenpublic void setLabelArray(Label[] labelArray)
setLabelArray in interface Childrenpublic void setLabelArray(int i,
Label label)
setLabelArray in interface Childrenpublic Label insertNewLabel(int i)
insertNewLabel in interface Childrenpublic Label addNewLabel()
addNewLabel in interface Childrenpublic void removeLabel(int i)
removeLabel in interface Childrenpublic Pane[] getPaneArray()
getPaneArray in interface Childrenpublic Pane getPaneArray(int i)
getPaneArray in interface Childrenpublic int sizeOfPaneArray()
sizeOfPaneArray in interface Childrenpublic void setPaneArray(Pane[] paneArray)
setPaneArray in interface Childrenpublic void setPaneArray(int i,
Pane pane)
setPaneArray in interface Childrenpublic Pane insertNewPane(int i)
insertNewPane in interface Childrenpublic Pane addNewPane()
addNewPane in interface Childrenpublic void removePane(int i)
removePane in interface Childrenpublic FlowPane[] getFlowPaneArray()
getFlowPaneArray in interface Childrenpublic FlowPane getFlowPaneArray(int i)
getFlowPaneArray in interface Childrenpublic int sizeOfFlowPaneArray()
sizeOfFlowPaneArray in interface Childrenpublic void setFlowPaneArray(FlowPane[] flowPaneArray)
setFlowPaneArray in interface Childrenpublic void setFlowPaneArray(int i,
FlowPane flowPane)
setFlowPaneArray in interface Childrenpublic FlowPane insertNewFlowPane(int i)
insertNewFlowPane in interface Childrenpublic FlowPane addNewFlowPane()
addNewFlowPane in interface Childrenpublic void removeFlowPane(int i)
removeFlowPane in interface Childrenpublic ComboBox[] getComboBoxArray()
getComboBoxArray in interface Childrenpublic ComboBox getComboBoxArray(int i)
getComboBoxArray in interface Childrenpublic int sizeOfComboBoxArray()
sizeOfComboBoxArray in interface Childrenpublic void setComboBoxArray(ComboBox[] comboBoxArray)
setComboBoxArray in interface Childrenpublic void setComboBoxArray(int i,
ComboBox comboBox)
setComboBoxArray in interface Childrenpublic ComboBox insertNewComboBox(int i)
insertNewComboBox in interface Childrenpublic ComboBox addNewComboBox()
addNewComboBox in interface Childrenpublic void removeComboBox(int i)
removeComboBox in interface Childrenpublic TextField[] getTextFieldArray()
getTextFieldArray in interface Childrenpublic TextField getTextFieldArray(int i)
getTextFieldArray in interface Childrenpublic int sizeOfTextFieldArray()
sizeOfTextFieldArray in interface Childrenpublic void setTextFieldArray(TextField[] textFieldArray)
setTextFieldArray in interface Childrenpublic void setTextFieldArray(int i,
TextField textField)
setTextFieldArray in interface Childrenpublic TextField insertNewTextField(int i)
insertNewTextField in interface Childrenpublic TextField addNewTextField()
addNewTextField in interface Childrenpublic void removeTextField(int i)
removeTextField in interface Childrenpublic Knob[] getKnobArray()
getKnobArray in interface Childrenpublic Knob getKnobArray(int i)
getKnobArray in interface Childrenpublic int sizeOfKnobArray()
sizeOfKnobArray in interface Childrenpublic void setKnobArray(Knob[] knobArray)
setKnobArray in interface Childrenpublic void setKnobArray(int i,
Knob knob)
setKnobArray in interface Childrenpublic Knob insertNewKnob(int i)
insertNewKnob in interface Childrenpublic Knob addNewKnob()
addNewKnob in interface Childrenpublic void removeKnob(int i)
removeKnob in interface Childrenpublic GridPane[] getGridPaneArray()
getGridPaneArray in interface Childrenpublic GridPane getGridPaneArray(int i)
getGridPaneArray in interface Childrenpublic int sizeOfGridPaneArray()
sizeOfGridPaneArray in interface Childrenpublic void setGridPaneArray(GridPane[] gridPaneArray)
setGridPaneArray in interface Childrenpublic void setGridPaneArray(int i,
GridPane gridPane)
setGridPaneArray in interface Childrenpublic GridPane insertNewGridPane(int i)
insertNewGridPane in interface Childrenpublic GridPane addNewGridPane()
addNewGridPane in interface Childrenpublic void removeGridPane(int i)
removeGridPane in interface Childrenpublic TitledPane[] getTitledPaneArray()
getTitledPaneArray in interface Childrenpublic TitledPane getTitledPaneArray(int i)
getTitledPaneArray in interface Childrenpublic int sizeOfTitledPaneArray()
sizeOfTitledPaneArray in interface Childrenpublic void setTitledPaneArray(TitledPane[] titledPaneArray)
setTitledPaneArray in interface Childrenpublic void setTitledPaneArray(int i,
TitledPane titledPane)
setTitledPaneArray in interface Childrenpublic TitledPane insertNewTitledPane(int i)
insertNewTitledPane in interface Childrenpublic TitledPane addNewTitledPane()
addNewTitledPane in interface Childrenpublic void removeTitledPane(int i)
removeTitledPane in interface Childrenpublic Envelope[] getEnvelopeArray()
getEnvelopeArray in interface Childrenpublic Envelope getEnvelopeArray(int i)
getEnvelopeArray in interface Childrenpublic int sizeOfEnvelopeArray()
sizeOfEnvelopeArray in interface Childrenpublic void setEnvelopeArray(Envelope[] envelopeArray)
setEnvelopeArray in interface Childrenpublic void setEnvelopeArray(int i,
Envelope envelope)
setEnvelopeArray in interface Childrenpublic Envelope insertNewEnvelope(int i)
insertNewEnvelope in interface Childrenpublic Envelope addNewEnvelope()
addNewEnvelope in interface Childrenpublic void removeEnvelope(int i)
removeEnvelope in interface Childrenpublic CheckBox[] getCheckBoxArray()
getCheckBoxArray in interface Childrenpublic CheckBox getCheckBoxArray(int i)
getCheckBoxArray in interface Childrenpublic int sizeOfCheckBoxArray()
sizeOfCheckBoxArray in interface Childrenpublic void setCheckBoxArray(CheckBox[] checkBoxArray)
setCheckBoxArray in interface Childrenpublic void setCheckBoxArray(int i,
CheckBox checkBox)
setCheckBoxArray in interface Childrenpublic CheckBox insertNewCheckBox(int i)
insertNewCheckBox in interface Childrenpublic CheckBox addNewCheckBox()
addNewCheckBox in interface Childrenpublic void removeCheckBox(int i)
removeCheckBox in interface ChildrenCopyright © 2014. All Rights Reserved.