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
      See Also:
    • getText

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

      public void setText(String value)
      Sets the value of the property text.
      Property description:
      text
    • withText

      public AccordionPane.Tab withText(String value)
    • iconProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.Node> iconProperty()
      icon
      See Also:
    • getIcon

      public javafx.scene.Node getIcon()
      Gets the value of the property icon.
      Property description:
      icon
    • setIcon

      public void setIcon(javafx.scene.Node value)
      Sets the value of the property icon.
      Property description:
      icon
    • withIcon

      public AccordionPane.Tab withIcon(javafx.scene.Node value)
    • nodeProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.Node> nodeProperty()
      node
      See Also:
    • getNode

      public javafx.scene.Node getNode()
      Gets the value of the property node.
      Property description:
      node
    • setNode

      public void setNode(javafx.scene.Node value)
      Sets the value of the property node.
      Property description:
      node
    • withNode

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

      public String toString()
      Overrides:
      toString in class Object