public interface TitledPane extends Layoutable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TitledPane.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
Content |
addNewContent()
Appends and returns a new empty "content" element
|
FlowPaneMargin |
addNewFlowPaneMargin()
Appends and returns a new empty "FlowPane.margin" element
|
float |
getAnchorPaneBottomAnchor()
Gets the "AnchorPane.bottomAnchor" attribute
|
float |
getAnchorPaneLeftAnchor()
Gets the "AnchorPane.leftAnchor" attribute
|
float |
getAnchorPaneRightAnchor()
Gets the "AnchorPane.rightAnchor" attribute
|
float |
getAnchorPaneTopAnchor()
Gets the "AnchorPane.topAnchor" attribute
|
Content |
getContent()
Gets the "content" element
|
FlowPaneMargin |
getFlowPaneMargin()
Gets the "FlowPane.margin" element
|
String |
getText()
Gets the "text" attribute
|
boolean |
isSetAnchorPaneBottomAnchor()
True if has "AnchorPane.bottomAnchor" attribute
|
boolean |
isSetAnchorPaneLeftAnchor()
True if has "AnchorPane.leftAnchor" attribute
|
boolean |
isSetAnchorPaneRightAnchor()
True if has "AnchorPane.rightAnchor" attribute
|
boolean |
isSetAnchorPaneTopAnchor()
True if has "AnchorPane.topAnchor" attribute
|
boolean |
isSetFlowPaneMargin()
True if has "FlowPane.margin" element
|
boolean |
isSetText()
True if has "text" attribute
|
void |
setAnchorPaneBottomAnchor(float anchorPaneBottomAnchor)
Sets the "AnchorPane.bottomAnchor" attribute
|
void |
setAnchorPaneLeftAnchor(float anchorPaneLeftAnchor)
Sets the "AnchorPane.leftAnchor" attribute
|
void |
setAnchorPaneRightAnchor(float anchorPaneRightAnchor)
Sets the "AnchorPane.rightAnchor" attribute
|
void |
setAnchorPaneTopAnchor(float anchorPaneTopAnchor)
Sets the "AnchorPane.topAnchor" attribute
|
void |
setContent(Content content)
Sets the "content" element
|
void |
setFlowPaneMargin(FlowPaneMargin flowPaneMargin)
Sets the "FlowPane.margin" element
|
void |
setText(String text)
Sets the "text" attribute
|
void |
unsetAnchorPaneBottomAnchor()
Unsets the "AnchorPane.bottomAnchor" attribute
|
void |
unsetAnchorPaneLeftAnchor()
Unsets the "AnchorPane.leftAnchor" attribute
|
void |
unsetAnchorPaneRightAnchor()
Unsets the "AnchorPane.rightAnchor" attribute
|
void |
unsetAnchorPaneTopAnchor()
Unsets the "AnchorPane.topAnchor" attribute
|
void |
unsetFlowPaneMargin()
Unsets the "FlowPane.margin" element
|
void |
unsetText()
Unsets the "text" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetAnchorPaneBottomAnchor()
Gets (as xml) the "AnchorPane.bottomAnchor" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetAnchorPaneLeftAnchor()
Gets (as xml) the "AnchorPane.leftAnchor" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetAnchorPaneRightAnchor()
Gets (as xml) the "AnchorPane.rightAnchor" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetAnchorPaneTopAnchor()
Gets (as xml) the "AnchorPane.topAnchor" attribute
|
org.apache.xmlbeans.XmlString |
xgetText()
Gets (as xml) the "text" attribute
|
void |
xsetAnchorPaneBottomAnchor(org.apache.xmlbeans.XmlFloat anchorPaneBottomAnchor)
Sets (as xml) the "AnchorPane.bottomAnchor" attribute
|
void |
xsetAnchorPaneLeftAnchor(org.apache.xmlbeans.XmlFloat anchorPaneLeftAnchor)
Sets (as xml) the "AnchorPane.leftAnchor" attribute
|
void |
xsetAnchorPaneRightAnchor(org.apache.xmlbeans.XmlFloat anchorPaneRightAnchor)
Sets (as xml) the "AnchorPane.rightAnchor" attribute
|
void |
xsetAnchorPaneTopAnchor(org.apache.xmlbeans.XmlFloat anchorPaneTopAnchor)
Sets (as xml) the "AnchorPane.topAnchor" attribute
|
void |
xsetText(org.apache.xmlbeans.XmlString text)
Sets (as xml) the "text" attribute
|
getFxId, getGridPaneColumnIndex, getGridPaneRowIndex, getLayoutX, getLayoutY, getPrefHeight, getPrefWidth, getStyleClass, isSetFxId, isSetGridPaneColumnIndex, isSetGridPaneRowIndex, isSetLayoutX, isSetLayoutY, isSetPrefHeight, isSetPrefWidth, isSetStyleClass, setFxId, setGridPaneColumnIndex, setGridPaneRowIndex, setLayoutX, setLayoutY, setPrefHeight, setPrefWidth, setStyleClass, unsetFxId, unsetGridPaneColumnIndex, unsetGridPaneRowIndex, unsetLayoutX, unsetLayoutY, unsetPrefHeight, unsetPrefWidth, unsetStyleClass, xgetFxId, xgetGridPaneColumnIndex, xgetGridPaneRowIndex, xgetLayoutX, xgetLayoutY, xgetPrefHeight, xgetPrefWidth, xgetStyleClass, xsetFxId, xsetGridPaneColumnIndex, xsetGridPaneRowIndex, xsetLayoutX, xsetLayoutY, xsetPrefHeight, xsetPrefWidth, xsetStyleClasschangeType, 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, xmlTextContent getContent()
void setContent(Content content)
Content addNewContent()
FlowPaneMargin getFlowPaneMargin()
boolean isSetFlowPaneMargin()
void setFlowPaneMargin(FlowPaneMargin flowPaneMargin)
FlowPaneMargin addNewFlowPaneMargin()
void unsetFlowPaneMargin()
float getAnchorPaneBottomAnchor()
org.apache.xmlbeans.XmlFloat xgetAnchorPaneBottomAnchor()
boolean isSetAnchorPaneBottomAnchor()
void setAnchorPaneBottomAnchor(float anchorPaneBottomAnchor)
void xsetAnchorPaneBottomAnchor(org.apache.xmlbeans.XmlFloat anchorPaneBottomAnchor)
void unsetAnchorPaneBottomAnchor()
float getAnchorPaneLeftAnchor()
org.apache.xmlbeans.XmlFloat xgetAnchorPaneLeftAnchor()
boolean isSetAnchorPaneLeftAnchor()
void setAnchorPaneLeftAnchor(float anchorPaneLeftAnchor)
void xsetAnchorPaneLeftAnchor(org.apache.xmlbeans.XmlFloat anchorPaneLeftAnchor)
void unsetAnchorPaneLeftAnchor()
float getAnchorPaneRightAnchor()
org.apache.xmlbeans.XmlFloat xgetAnchorPaneRightAnchor()
boolean isSetAnchorPaneRightAnchor()
void setAnchorPaneRightAnchor(float anchorPaneRightAnchor)
void xsetAnchorPaneRightAnchor(org.apache.xmlbeans.XmlFloat anchorPaneRightAnchor)
void unsetAnchorPaneRightAnchor()
float getAnchorPaneTopAnchor()
org.apache.xmlbeans.XmlFloat xgetAnchorPaneTopAnchor()
boolean isSetAnchorPaneTopAnchor()
void setAnchorPaneTopAnchor(float anchorPaneTopAnchor)
void xsetAnchorPaneTopAnchor(org.apache.xmlbeans.XmlFloat anchorPaneTopAnchor)
void unsetAnchorPaneTopAnchor()
String getText()
org.apache.xmlbeans.XmlString xgetText()
boolean isSetText()
void setText(String text)
void xsetText(org.apache.xmlbeans.XmlString text)
void unsetText()
Copyright © 2014. All Rights Reserved.