Class Desktop


public class Desktop extends OWWidget
Widget that represent the thinlet desktop.
  • Constructor Details

  • Method Details

    • addChild

      public void addChild(@NotNull @NotNull OWWidget child)
    • addChild

      public void addChild(@NotNull @NotNull OWWidget child, int index)
    • removeChild

      public void removeChild(@NotNull @NotNull OWWidget child)
    • removeAllChild

      public void removeAllChild()
    • getChildCount

      public int getChildCount()
    • getChild

      public OWWidget getChild(int index)
    • getChildren

      public OWWidget @NotNull [] getChildren()