Class Panel

Direct Known Subclasses:
CenteredPanel, GroupsPanel, InnerPanel, LoginPanel, PopupPanel, ScrollPanel, SplitPanel, TabPanel, TaskLogUI, TerminalPanel, TestPI.TestPanel, UsersPanel

public class Panel extends Container
  • Constructor Details

    • Panel

      public Panel()
  • Method Details

    • getOverflow

      public int getOverflow()
    • setOverflow

      public void setOverflow(int type)
    • onLoaded

      public void onLoaded(String[] args)
      Overrides:
      onLoaded in class Component
    • init

      public void init()
      Description copied from class: Component
      Perform any initialization with the client. Containers should call init() on all sub-components.
      Overrides:
      init in class Container
    • onInited

      protected void onInited(String[] args)
    • addInitedListener

      public void addInitedListener(Inited handler)