Class SkinScrollBarUI

All Implemented Interfaces:
LayoutManager, SwingConstants

public final class SkinScrollBarUI extends XTraScrollBarUI
Version:
$Revision: 1.2 $, $Date: 2003/12/06 21:53:26 $
Author:
$Author: l2fprod $
  • Constructor Details

    • SkinScrollBarUI

      public SkinScrollBarUI()
  • Method Details

    • getPreferredSize

      public Dimension getPreferredSize(JComponent c)
      Gets the PreferredSize attribute of the SkinScrollBarUI object
      Overrides:
      getPreferredSize in class BasicScrollBarUI
      Parameters:
      c - Description of Parameter
      Returns:
      The PreferredSize value
    • getMinimumThumbSize

      protected Dimension getMinimumThumbSize()
      Gets the MinimumThumbSize attribute of the SkinScrollBarUI object
      Overrides:
      getMinimumThumbSize in class BasicScrollBarUI
      Returns:
      The MinimumThumbSize value
    • createDecreaseButton

      protected JButton createDecreaseButton(int orientation)
      Description of the Method
      Overrides:
      createDecreaseButton in class BasicScrollBarUI
      Parameters:
      orientation - Description of Parameter
      Returns:
      Description of the Returned Value
    • createIncreaseButton

      protected JButton createIncreaseButton(int orientation)
      Description of the Method
      Overrides:
      createIncreaseButton in class BasicScrollBarUI
      Parameters:
      orientation - Description of Parameter
      Returns:
      Description of the Returned Value
    • paintTrack

      protected void paintTrack(Graphics g, JComponent c, Rectangle trackBounds)
      Description of the Method
      Overrides:
      paintTrack in class BasicScrollBarUI
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      trackBounds - Description of Parameter
    • paintThumb

      protected void paintThumb(Graphics g, JComponent c, Rectangle thumbBounds)
      Description of the Method
      Overrides:
      paintThumb in class BasicScrollBarUI
      Parameters:
      g - Description of Parameter
      c - Description of Parameter
      thumbBounds - Description of Parameter
    • createUI

      public static ComponentUI createUI(JComponent x)
      Description of the Method
      Parameters:
      x - Description of Parameter
      Returns:
      Description of the Returned Value