Class MetalScrollBarUI

    • Field Detail

      • bumps

        protected javax.swing.plaf.metal.MetalBumps bumps
      • scrollBarWidth

        protected int scrollBarWidth
      • isFreeStanding

        protected boolean isFreeStanding
    • Constructor Detail

      • MetalScrollBarUI

        public MetalScrollBarUI()
    • Method Detail

      • installDefaults

        protected void installDefaults()
      • installListeners

        protected void installListeners()
      • configureScrollBarColors

        protected void configureScrollBarColors()
      • createDecreaseButton

        protected JButton createDecreaseButton(int orientation)
        Returns the view that represents the decrease view.
      • createIncreaseButton

        protected JButton createIncreaseButton(int orientation)
        Returns the view that represents the increase view.
      • getMinimumThumbSize

        protected Dimension getMinimumThumbSize()
        Description copied from class: BasicScrollBarUI
        Returns the smallest acceptable size for the thumb. If the scrollbar becomes so small that this size isn't available, the thumb will be hidden.

        Warning : the value returned by this method should not be be modified, it's a shared static constant.

        Overrides:
        getMinimumThumbSize in class  BasicScrollBarUI
        Returns:
        The smallest acceptable size for the thumb.
        See Also:
        BasicScrollBarUI.getMaximumThumbSize()