java.lang.Object
jfxtras.scene.control.AccordionPane.Tab
- Enclosing class:
AccordionPane
-
Property Summary
Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate javafx.beans.property.ObjectProperty
<javafx.scene.Node> private javafx.beans.property.ObjectProperty
<javafx.scene.Node> private javafx.beans.property.ObjectProperty
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
getIcon()
Gets the value of theicon
property.javafx.scene.Node
getNode()
Gets the value of thenode
property.getText()
Gets the value of thetext
property.javafx.beans.property.ObjectProperty
<javafx.scene.Node> iconjavafx.beans.property.ObjectProperty
<javafx.scene.Node> nodevoid
setIcon
(javafx.scene.Node value) Sets the value of theicon
property.void
setNode
(javafx.scene.Node value) Sets the value of thenode
property.void
Sets the value of thetext
property.javafx.beans.property.ObjectProperty
<String> texttoString()
withIcon
(javafx.scene.Node value) withNode
(javafx.scene.Node value)
-
Property Details
-
text
text- See Also:
-
icon
public javafx.beans.property.ObjectProperty<javafx.scene.Node> iconPropertyicon- See Also:
-
node
public javafx.beans.property.ObjectProperty<javafx.scene.Node> nodePropertynode- See Also:
-
-
Field Details
-
textObjectProperty
-
iconObjectProperty
private volatile javafx.beans.property.ObjectProperty<javafx.scene.Node> iconObjectProperty -
nodeObjectProperty
private volatile javafx.beans.property.ObjectProperty<javafx.scene.Node> nodeObjectProperty
-
-
Constructor Details
-
Tab
public Tab()
-
-
Method Details
-
textProperty
text- Returns:
- the
text
property - See Also:
-
getText
Gets the value of thetext
property.- Property description:
- text
- Returns:
- the value of the
text
property - See Also:
-
setText
Sets the value of thetext
property.- Property description:
- text
- Parameters:
value
- the value for thetext
property- See Also:
-
withText
-
iconProperty
public javafx.beans.property.ObjectProperty<javafx.scene.Node> iconProperty()icon- Returns:
- the
icon
property - See Also:
-
getIcon
public javafx.scene.Node getIcon()Gets the value of theicon
property.- Property description:
- icon
- Returns:
- the value of the
icon
property - See Also:
-
setIcon
public void setIcon(javafx.scene.Node value) Sets the value of theicon
property.- Property description:
- icon
- Parameters:
value
- the value for theicon
property- See Also:
-
withIcon
-
nodeProperty
public javafx.beans.property.ObjectProperty<javafx.scene.Node> nodeProperty()node- Returns:
- the
node
property - See Also:
-
getNode
public javafx.scene.Node getNode()Gets the value of thenode
property.- Property description:
- node
- Returns:
- the value of the
node
property - See Also:
-
setNode
public void setNode(javafx.scene.Node value) Sets the value of thenode
property.- Property description:
- node
- Parameters:
value
- the value for thenode
property- See Also:
-
withNode
-
toString
-