javax.swing.plaf.metal
Class MetalScrollBarUI
java.lang.Object
|
+--javax.swing.plaf.ComponentUI
|
+--javax.swing.plaf.ScrollBarUI
|
+--javax.swing.plaf.basic.BasicScrollBarUI
|
+--javax.swing.plaf.metal.MetalScrollBarUI
- public class MetalScrollBarUI
- extends BasicScrollBarUI
Implementation of ScrollBarUI for the Metal Look and Feel
Fields inherited from class javax.swing.plaf.basic.BasicScrollBarUI |
buttonListener,
decrButton,
DECREASE_HIGHLIGHT,
incrButton,
INCREASE_HIGHLIGHT,
isDragging,
maximumThumbSize,
minimumThumbSize,
modelListener,
NO_HIGHLIGHT,
propertyChangeListener,
scrollbar,
scrollListener,
scrollTimer,
thumbColor,
thumbDarkShadowColor,
thumbHighlightColor,
thumbLightShadowColor,
thumbRect,
trackColor,
trackHighlight,
trackHighlightColor,
trackListener,
trackRect |
Methods inherited from class javax.swing.plaf.basic.BasicScrollBarUI |
addLayoutComponent,
createArrowButtonListener,
createModelListener,
createScrollListener,
createTrackListener,
getMaximumSize,
getMaximumThumbSize,
getMinimumSize,
getThumbBounds,
getTrackBounds,
installComponents,
installKeyboardActions,
installUI,
layoutContainer,
layoutHScrollbar,
layoutVScrollbar,
minimumLayoutSize,
paint,
paintDecreaseHighlight,
paintIncreaseHighlight,
preferredLayoutSize,
removeLayoutComponent,
scrollByBlock,
scrollByUnit,
uninstallComponents,
uninstallDefaults,
uninstallKeyboardActions,
uninstallListeners,
uninstallUI |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
bumps
protected javax.swing.plaf.metal.MetalBumps bumps
increaseButton
protected MetalScrollButton increaseButton
decreaseButton
protected MetalScrollButton decreaseButton
scrollBarWidth
protected int scrollBarWidth
FREE_STANDING_PROP
public static final String FREE_STANDING_PROP
isFreeStanding
protected boolean isFreeStanding
MetalScrollBarUI
public MetalScrollBarUI()
createUI
public static ComponentUI createUI(JComponent c)
installDefaults
protected void installDefaults()
- Overrides:
- installDefaults in class BasicScrollBarUI
installListeners
protected void installListeners()
- Overrides:
- installListeners in class BasicScrollBarUI
createPropertyChangeListener
protected PropertyChangeListener createPropertyChangeListener()
- Overrides:
- createPropertyChangeListener in class BasicScrollBarUI
configureScrollBarColors
protected void configureScrollBarColors()
- Overrides:
- configureScrollBarColors in class BasicScrollBarUI
getPreferredSize
public Dimension getPreferredSize(JComponent c)
- Overrides:
- getPreferredSize in class BasicScrollBarUI
createDecreaseButton
protected JButton createDecreaseButton(int orientation)
- Returns the view that represents the decrease view.
- Overrides:
- createDecreaseButton in class BasicScrollBarUI
createIncreaseButton
protected JButton createIncreaseButton(int orientation)
- Returns the view that represents the increase view.
- Overrides:
- createIncreaseButton in class BasicScrollBarUI
paintTrack
protected void paintTrack(Graphics g,
JComponent c,
Rectangle trackBounds)
- Overrides:
- paintTrack in class BasicScrollBarUI
paintThumb
protected void paintThumb(Graphics g,
JComponent c,
Rectangle thumbBounds)
- Overrides:
- paintThumb in class BasicScrollBarUI
getMinimumThumbSize
protected Dimension getMinimumThumbSize()
- Overrides:
- getMinimumThumbSize in class BasicScrollBarUI
setThumbBounds
protected void setThumbBounds(int x,
int y,
int width,
int height)
- This is overridden only to increase the invalid area. This
ensures that the "Shadow" below the thumb is invalidated
- Overrides:
- setThumbBounds in class BasicScrollBarUI
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.