All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.java.swing.basic.BasicScrollBarUI
protected JScrollBar scrollbar
protected JButton incrButton
protected JButton decrButton
protected boolean isDragging
protected BasicScrollBarUI. TrackListener trackListener
protected BasicScrollBarUI. ArrowButtonListener buttonListener
protected BasicScrollBarUI. ModelListener modelListener
protected Rectangle thumbRect
protected int trayHighlight
protected static final int NO_HIGHLIGHT
protected static final int DECREASE_HIGHLIGHT
protected static final int INCREASE_HIGHLIGHT
protected static final Color scrollbarTrack
protected BasicScrollBarUI. ScrollListener scrollListener
protected JTimer scrollTimer
public BasicScrollBarUI(JScrollBar b)
public static ScrollBarUI createUI(JScrollBar b)
public void installUI(JComponent c)
public void deinstallUI(JComponent c)
public void paint(Graphics g, JComponent c)
public Dimension getPreferredSize(JComponent x)
public Dimension getMinimumSize(JComponent x)
public Dimension getMaximumSize(JComponent x)
public Insets getInsets(JComponent c)
protected JButton decrementButton()
protected JButton incrementButton()
protected JButton createDecreaseButton(int orientation)
protected JButton createIncreaseButton(int orientation)
public void paintDecreaseHighlight(Graphics g)
public void paintIncreaseHighlight(Graphics g)
public void paintTray(Graphics g, JComponent c, Rectangle trayBounds)
public Rectangle scrollTrayRect()
public void paintKnob(Graphics g, JComponent c, Rectangle knobBounds)
protected Dimension getMinimumThumbSize()
protected Dimension getMaximumThumbSize()
public void addLayoutComponent(String name, Component comp)
public void removeLayoutComponent(Component comp)
public Dimension preferredLayoutSize(Container scrollbarContainer)
public Dimension minimumLayoutSize(Container scrollbarContainer)
public void layoutContainer(Container scrollbarContainer)
public void setThumbRectBounds(int x, int y, int width, int height)
public Rectangle getThumbRect()
public void scrollByBlock(int direction)
public void scrollByUnit(int direction)
All Packages Class Hierarchy This Package Previous Next Index