|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.ScrollBarUI | +--javax.swing.plaf.basic.BasicScrollBarUI | +--swing.addon.plaf.threeD.ThreeD_ScrollBarUI
Inner classes inherited from class javax.swing.plaf.basic.BasicScrollBarUI |
javax.swing.plaf.basic.BasicScrollBarUI.ArrowButtonListener,
javax.swing.plaf.basic.BasicScrollBarUI.ModelListener,
javax.swing.plaf.basic.BasicScrollBarUI.PropertyChangeHandler,
javax.swing.plaf.basic.BasicScrollBarUI.ScrollListener,
javax.swing.plaf.basic.BasicScrollBarUI.TrackListener |
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 |
Constructor Summary | |
ThreeD_ScrollBarUI()
|
Method Summary | |
protected javax.swing.JButton |
createDecreaseButton(int orientation)
|
protected javax.swing.JButton |
createIncreaseButton(int orientation)
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
protected void |
paintThumb(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle thumbBounds)
|
protected void |
paintTrack(java.awt.Graphics g,
javax.swing.JComponent c,
java.awt.Rectangle trackBounds)
|
Methods inherited from class javax.swing.plaf.basic.BasicScrollBarUI |
addLayoutComponent,
configureScrollBarColors,
createArrowButtonListener,
createModelListener,
createPropertyChangeListener,
createScrollListener,
createTrackListener,
getMaximumSize,
getMaximumThumbSize,
getMinimumSize,
getMinimumThumbSize,
getPreferredSize,
getThumbBounds,
getTrackBounds,
installComponents,
installDefaults,
installKeyboardActions,
installListeners,
installUI,
layoutContainer,
layoutHScrollbar,
layoutVScrollbar,
minimumLayoutSize,
paint,
paintDecreaseHighlight,
paintIncreaseHighlight,
preferredLayoutSize,
removeLayoutComponent,
scrollByBlock,
scrollByUnit,
setThumbBounds,
uninstallComponents,
uninstallDefaults,
uninstallKeyboardActions,
uninstallListeners,
uninstallUI |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains,
getAccessibleChild,
getAccessibleChildrenCount,
update |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ThreeD_ScrollBarUI()
Method Detail |
protected javax.swing.JButton createDecreaseButton(int orientation)
protected javax.swing.JButton createIncreaseButton(int orientation)
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void paintThumb(java.awt.Graphics g, javax.swing.JComponent c, java.awt.Rectangle thumbBounds)
protected void paintTrack(java.awt.Graphics g, javax.swing.JComponent c, java.awt.Rectangle trackBounds)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |