Class ScrollablePanelUI

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean isShowingScrollButtons()  
      abstract void scrollToIfNecessary​(int startPosition, int span)  
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScrollablePanelUI

        public ScrollablePanelUI()
    • Method Detail

      • scrollToIfNecessary

        public abstract void scrollToIfNecessary​(int startPosition,
                                                 int span)
      • isShowingScrollButtons

        public abstract boolean isShowingScrollButtons()