Interface TethysUIScrollPaneManager
- All Superinterfaces:
TethysUIComponent
- All Known Implementing Classes:
TethysUICoreScrollPaneManager
Scroll Pane Manager.
-
Method Summary
Modifier and TypeMethodDescriptionGet the content.voidsetContent(TethysUIComponent pNode) Set the content.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
-
setContent
Set the content.- Parameters:
pNode- the content.
-
getContent
TethysUIComponent getContent()Get the content.- Returns:
- the content.
-