Class XTraScrollBarUI

All Implemented Interfaces:
LayoutManager, SwingConstants
Direct Known Subclasses:
SkinScrollBarUI

public class XTraScrollBarUI extends BasicScrollBarUI
XTra Scrollbar.
Version:
$Revision: 1.2 $, $Date: 2004/07/29 19:09:27 $
Author:
$Author: l2fprod $
  • Field Details

    • useAlternateLayout

      protected boolean useAlternateLayout
      Description of the Field
  • Constructor Details

    • XTraScrollBarUI

      public XTraScrollBarUI()
  • Method Details

    • setThumbBounds

      public void setThumbBounds(int x, int y, int w, int h)
      Sets the ThumbBounds attribute of the XTraScrollBarUI object
      Overrides:
      setThumbBounds in class BasicScrollBarUI
      Parameters:
      x - The new ThumbBounds value
      y - The new ThumbBounds value
      w - The new ThumbBounds value
      h - The new ThumbBounds value
    • isDragging

      public boolean isDragging()
      Gets the Dragging attribute of the XTraScrollBarUI object
      Returns:
      The Dragging value
    • getThumbBounds

      public Rectangle getThumbBounds()
      Gets the ThumbBounds attribute of the XTraScrollBarUI object
      Overrides:
      getThumbBounds in class BasicScrollBarUI
      Returns:
      The ThumbBounds value
    • getTrackBounds

      public Rectangle getTrackBounds()
      Gets the TrackBounds attribute of the XTraScrollBarUI object
      Overrides:
      getTrackBounds in class BasicScrollBarUI
      Returns:
      The TrackBounds value
    • decrButton

      public JButton decrButton()
      Description of the Method
      Returns:
      Description of the Returned Value
    • incrButton

      public JButton incrButton()
      Description of the Method
      Returns:
      Description of the Returned Value
    • scrollbar

      public JScrollBar scrollbar()
      Description of the Method
      Returns:
      Description of the Returned Value
    • layoutVScrollbar

      protected void layoutVScrollbar(JScrollBar sb)
      Description of the Method
      Overrides:
      layoutVScrollbar in class BasicScrollBarUI
      Parameters:
      sb - Description of Parameter
    • alternateLayoutVScrollbar

      protected void alternateLayoutVScrollbar(JScrollBar sb)
      Description of the Method
      Parameters:
      sb - Description of Parameter
    • layoutHScrollbar

      protected void layoutHScrollbar(JScrollBar sb)
      Description of the Method
      Overrides:
      layoutHScrollbar in class BasicScrollBarUI
      Parameters:
      sb - Description of Parameter
    • alternateLayoutHScrollbar

      protected void alternateLayoutHScrollbar(JScrollBar sb)
      Description of the Method
      Parameters:
      sb - Description of Parameter
    • createTrackListener

      protected BasicScrollBarUI.TrackListener createTrackListener()
      Description of the Method
      Overrides:
      createTrackListener in class BasicScrollBarUI
      Returns:
      Description of the Returned Value
    • createUI

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