java.lang.Object
net.botwithus.rs3.imgui.imfx.Node
net.botwithus.rs3.imgui.imfx.listview.ListCell

public class ListCell extends Node
  • Constructor Details

    • ListCell

      public ListCell()
  • Method Details

    • setGraphic

      public void setGraphic(Node graphic)
    • getGraphic

      public Node getGraphic()
    • setText

      public void setText(String text)
    • getText

      public String getText()
    • graphicProperty

      public SimpleProperty<Node> graphicProperty()
    • textProperty

      public StringProperty textProperty()
    • skin

      public NodeSkin skin()
      Specified by:
      skin in class Node