Class SplitPane


public class SplitPane extends OWWidget
Widget that represent the thinlet splitpane.
  • Constructor Details

  • Method Details

    • getDivider

      public int getDivider()
    • setDivider

      public void setDivider(int value)
    • getOrientation

      public EnumOrientation getOrientation()
    • setOrientation

      public void setOrientation(@NotNull @NotNull EnumOrientation 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()