Class ScrollPaneSkin

    • Constructor Detail

      • ScrollPaneSkin

        public ScrollPaneSkin​(ScrollPane control)
        Creates a new ScrollPaneSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
        Parameters:
        control - The control that this skin should be installed onto.
    • Method Detail

      • getHorizontalScrollBar

        public final ScrollBar getHorizontalScrollBar()
        Returns the horizontal ScrollBar used in this ScrollPaneSkin instance.
        Returns:
        the horizontal ScrollBar used in this ScrollPaneSkin instance
      • getVerticalScrollBar

        public final ScrollBar getVerticalScrollBar()
        Returns the vertical ScrollBar used in this ScrollPaneSkin instance.
        Returns:
        the vertical ScrollBar used in this ScrollPaneSkin instance