java.lang.Object
org.autogui.base.mapping.GuiRepresentation.TreeStringValue
- All Implemented Interfaces:
GuiRepresentation.TreeString
- Enclosing interface:
GuiRepresentation
public static class GuiRepresentation.TreeStringValue
extends Object
implements GuiRepresentation.TreeString
a string value implementing
GuiRepresentation.TreeString
,
supposing TSV and the contexts will be quoted by GuiRepresentation.quoteForTabSeparatedValues(String)
- Since:
- 1.8
-
Field Details
-
value
the content string
-
-
Constructor Details
-
TreeStringValue
-
-
Method Details
-
collect
- Specified by:
collect
in interfaceGuiRepresentation.TreeString
- Parameters:
cols
- the list for appending elements
-
toLines
- Specified by:
toLines
in interfaceGuiRepresentation.TreeString
- Parameters:
underLine
- if the upper call has a lines=true node- Returns:
- joins sub-items as lines
-
hasLine
public boolean hasLine()- Specified by:
hasLine
in interfaceGuiRepresentation.TreeString
- Returns:
- true if the tree contains a line-seaprated item
-
toString
-