All Superinterfaces:
TethysUIComponent
All Known Implementing Classes:
TethysUICoreBoxPaneManager

public interface TethysUIBoxPaneManager extends TethysUIComponent
Box Pane Manager.
  • Method Details

    • getGap

      Integer getGap()
      Obtain the Gap.
      Returns:
      the Gap.
    • setGap

      void setGap(Integer pGap)
      Set the Gap.
      Parameters:
      pGap - the Gap.
    • addSpacer

      void addSpacer()
      Add spacer.
    • addStrut

      void addStrut()
      Add strut.
    • addNode

      void addNode(TethysUIComponent pNode)
      Add Node.
      Parameters:
      pNode - the node
    • iterator

      Obtain List iterator.
      Returns:
      the iterator