Class AccordionPane.Tab

java.lang.Object
jfxtras.scene.control.AccordionPane.Tab
Enclosing class:
AccordionPane

public static class AccordionPane.Tab extends Object
  • Property Details

  • Field Details

    • textObjectProperty

      private volatile javafx.beans.property.ObjectProperty<String> 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

      public javafx.beans.property.ObjectProperty<String> textProperty()
      text
      Returns:
      the text property
      See Also:
    • getText

      public String getText()
      Gets the value of the text property.
      Property description:
      text
      Returns:
      the value of the text property
      See Also:
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Property description:
      text
      Parameters:
      value - the value for the text property
      See Also:
    • withText

      public AccordionPane.Tab withText(String value)
    • 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 the icon 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 the icon property.
      Property description:
      icon
      Parameters:
      value - the value for the icon property
      See Also:
    • withIcon

      public AccordionPane.Tab withIcon(javafx.scene.Node value)
    • 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 the node 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 the node property.
      Property description:
      node
      Parameters:
      value - the value for the node property
      See Also:
    • withNode

      public AccordionPane.Tab withNode(javafx.scene.Node value)
    • toString

      public String toString()
      Overrides:
      toString in class Object