Module org.autogui

Class GuiReprValueLabel

java.lang.Object
org.autogui.base.mapping.GuiReprValue
org.autogui.base.mapping.GuiReprValueLabel
All Implemented Interfaces:
GuiRepresentation

public class GuiReprValueLabel extends GuiReprValue
a read-only text label for any type of object property
     @GuiIncluded public Obj proLabel = new Obj();

     public class Obj { //non GuiIncluded
         public String toString() {return "label-text";}
     }