Direct Known Subclasses:
Dialog

public class Panel extends OWWidget
Widget that represent the thinlet panel.
  • Constructor Details

  • Method Details

    • getColumns

      public int getColumns()
    • setColumns

      public void setColumns(int value)
    • getTop

      public int getTop()
    • setTop

      public void setTop(int value)
    • getLeft

      public int getLeft()
    • setLeft

      public void setLeft(int value)
    • getBottom

      public int getBottom()
    • setBottom

      public void setBottom(int value)
    • getRight

      public int getRight()
    • setRight

      public void setRight(int value)
    • getGap

      public int getGap()
    • setGap

      public void setGap(int value)
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • getIcon

      public Image getIcon()
    • setIcon

      public void setIcon(Image value)
    • isBorder

      public boolean isBorder()
    • setBorder

      public void setBorder(boolean value)
    • isScrollable

      public boolean isScrollable()
    • setScrollable

      public void setScrollable(boolean value)
    • 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()