Module org.autogui

Class GuiRepresentation.TreeStringComposite

java.lang.Object
org.autogui.base.mapping.GuiRepresentation.TreeStringComposite
All Implemented Interfaces:
GuiRepresentation.TreeString
Enclosing interface:
GuiRepresentation

public static class GuiRepresentation.TreeStringComposite extends Object implements GuiRepresentation.TreeString
Since:
1.8
  • Field Details

    • children

      protected List<GuiRepresentation.TreeString> children
      sub-nodes
    • lines

      protected boolean lines
      the flag for joining children by new-lines: will happen only the top line of upper nodes
    • hasLines

      protected boolean hasLines
      the flag for the sub-nodes has a node of lines=true
  • Constructor Details

  • Method Details