All Superinterfaces:
TethysUIComponent
All Known Implementing Classes:
TethysUICoreBorderPaneManager

public interface TethysUIBorderPaneManager extends TethysUIComponent
Border Pane Manager.
  • Method Details

    • getHGap

      Integer getHGap()
      Obtain the Horizontal Grid Gap.
      Returns:
      the GridGap.
    • getVGap

      Integer getVGap()
      Obtain the Vertical Grid Gap.
      Returns:
      the GridGap.
    • setHGap

      void setHGap(Integer pGap)
      Set the Horizontal Grid Gap.
      Parameters:
      pGap - the GridGap.
    • setVGap

      void setVGap(Integer pGap)
      Set the Vertical Grid Gap.
      Parameters:
      pGap - the GridGap.
    • setCentre

      void setCentre(TethysUIComponent pNode)
      Set the Centre Node.
      Parameters:
      pNode - the node
    • setNorth

      void setNorth(TethysUIComponent pNode)
      Set the North Node.
      Parameters:
      pNode - the node
    • setSouth

      void setSouth(TethysUIComponent pNode)
      Set the South Node.
      Parameters:
      pNode - the node
    • setWest

      void setWest(TethysUIComponent pNode)
      Set the West Node.
      Parameters:
      pNode - the node
    • setEast

      void setEast(TethysUIComponent pNode)
      Set the East Node.
      Parameters:
      pNode - the node