Module org.autogui

Class GuiReprObjectTabbedPane

All Implemented Interfaces:
GuiRepresentation

public class GuiReprObjectTabbedPane extends GuiReprObjectPane
a tabbed version of object pane; match with a context that has 2 or more sub-contexts which are a sub-object or a collection property.
     @GuiIncluded
     public class TabC {
         @GuiIncluded public C1 tab1 = new C1();
         @GuiIncluded public C2 tab2 = new C2();
         ...

         @GuiIncluded public void action() { ... }
         ...
     }

     @GuiIncluded public class C1 { ... }
     @GuiIncluded public class C2 { ... }
 
  • Constructor Details

    • GuiReprObjectTabbedPane

      public GuiReprObjectTabbedPane(GuiRepresentation subRepresentation)
    • GuiReprObjectTabbedPane

      public GuiReprObjectTabbedPane()
  • Method Details