All Superinterfaces:
TethysUIComponent
All Known Implementing Classes:
TethysUICoreScrollPaneManager

public interface TethysUIScrollPaneManager extends TethysUIComponent
Scroll Pane Manager.
  • Method Details

    • setContent

      void setContent(TethysUIComponent pNode)
      Set the content.
      Parameters:
      pNode - the content.
    • getContent

      TethysUIComponent getContent()
      Get the content.
      Returns:
      the content.