Interface TethysUIBorderPaneManager
- All Superinterfaces:
TethysUIComponent
- All Known Implementing Classes:
TethysUICoreBorderPaneManager
Border Pane Manager.
-
Method Summary
Modifier and TypeMethodDescriptiongetHGap()Obtain the Horizontal Grid Gap.getVGap()Obtain the Vertical Grid Gap.voidsetCentre(TethysUIComponent pNode) Set the Centre Node.voidsetEast(TethysUIComponent pNode) Set the East Node.voidSet the Horizontal Grid Gap.voidsetNorth(TethysUIComponent pNode) Set the North Node.voidsetSouth(TethysUIComponent pNode) Set the South Node.voidSet the Vertical Grid Gap.voidsetWest(TethysUIComponent pNode) Set the West Node.Methods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
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
Set the Horizontal Grid Gap.- Parameters:
pGap- the GridGap.
-
setVGap
Set the Vertical Grid Gap.- Parameters:
pGap- the GridGap.
-
setCentre
Set the Centre Node.- Parameters:
pNode- the node
-
setNorth
Set the North Node.- Parameters:
pNode- the node
-
setSouth
Set the South Node.- Parameters:
pNode- the node
-
setWest
Set the West Node.- Parameters:
pNode- the node
-
setEast
Set the East Node.- Parameters:
pNode- the node
-