Class AccordionPane.Tab
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.NodegetIcon()Gets the value of theiconproperty.javafx.scene.NodegetNode()Gets the value of thenodeproperty.getText()Gets the value of thetextproperty.javafx.beans.property.ObjectProperty<javafx.scene.Node> iconjavafx.beans.property.ObjectProperty<javafx.scene.Node> nodevoidsetIcon(javafx.scene.Node value) Sets the value of theiconproperty.voidsetNode(javafx.scene.Node value) Sets the value of thenodeproperty.voidSets the value of thetextproperty.javafx.beans.property.ObjectProperty<String> texttoString()withIcon(javafx.scene.Node value) withNode(javafx.scene.Node value)
-
Property Details
-
text
-
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
textproperty - See Also:
-
getText
Gets the value of thetextproperty.- Property description:
- text
- Returns:
- the value of the
textproperty - See Also:
-
setText
Sets the value of thetextproperty.- Property description:
- text
- Parameters:
value- the value for thetextproperty- See Also:
-
withText
-
iconProperty
public javafx.beans.property.ObjectProperty<javafx.scene.Node> iconProperty()icon- Returns:
- the
iconproperty - See Also:
-
getIcon
public javafx.scene.Node getIcon()Gets the value of theiconproperty.- Property description:
- icon
- Returns:
- the value of the
iconproperty - See Also:
-
setIcon
public void setIcon(javafx.scene.Node value) Sets the value of theiconproperty.- Property description:
- icon
- Parameters:
value- the value for theiconproperty- See Also:
-
withIcon
-
nodeProperty
public javafx.beans.property.ObjectProperty<javafx.scene.Node> nodeProperty()node- Returns:
- the
nodeproperty - See Also:
-
getNode
public javafx.scene.Node getNode()Gets the value of thenodeproperty.- Property description:
- node
- Returns:
- the value of the
nodeproperty - See Also:
-
setNode
public void setNode(javafx.scene.Node value) Sets the value of thenodeproperty.- Property description:
- node
- Parameters:
value- the value for thenodeproperty- See Also:
-
withNode
-
toString
-