Class TabbedPane


public class TabbedPane extends OWWidget
Widget that represent the thinlet tabbedPane.
  • Constructor Details

    • TabbedPane

      public TabbedPane(OWThinlet thinlet, Object component)
    • TabbedPane

      public TabbedPane(OWThinlet thinlet)
  • Method Details

    • getPlacement

      public EnumPlacement getPlacement()
    • setPlacement

      public void setPlacement(@NotNull @NotNull EnumPlacement value)
    • isSelected

      public boolean isSelected()
    • setSelected

      public void setSelected(boolean value)
    • defineAction

      public void defineAction(Method method)
    • add

      public void add(@NotNull @NotNull Tab tab, @NotNull @NotNull OWWidget component)
    • remove

      public void remove(@NotNull @NotNull Tab tab)
    • removeAll

      public void removeAll()
    • getChildCount

      public int getChildCount()
    • getChild

      public OWWidget getChild(int index)
    • getChildren

      public OWWidget @NotNull [] getChildren()