uic.themes
Class UICScrollPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ScrollPaneUI
javax.swing.plaf.basic.BasicScrollPaneUI
javax.swing.plaf.metal.MetalScrollPaneUI
uic.themes.UICScrollPaneUI
- All Implemented Interfaces:
- ScrollPaneConstants
- public class UICScrollPaneUI
- extends MetalScrollPaneUI
Fields inherited from interface javax.swing.ScrollPaneConstants |
COLUMN_HEADER, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_ALWAYS, HORIZONTAL_SCROLLBAR_AS_NEEDED, HORIZONTAL_SCROLLBAR_NEVER, HORIZONTAL_SCROLLBAR_POLICY, LOWER_LEADING_CORNER, LOWER_LEFT_CORNER, LOWER_RIGHT_CORNER, LOWER_TRAILING_CORNER, ROW_HEADER, UPPER_LEADING_CORNER, UPPER_LEFT_CORNER, UPPER_RIGHT_CORNER, UPPER_TRAILING_CORNER, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_ALWAYS, VERTICAL_SCROLLBAR_AS_NEEDED, VERTICAL_SCROLLBAR_NEVER, VERTICAL_SCROLLBAR_POLICY, VIEWPORT |
Methods inherited from class javax.swing.plaf.basic.BasicScrollPaneUI |
createHSBChangeListener, createPropertyChangeListener, createViewportChangeListener, createVSBChangeListener, installDefaults, installKeyboardActions, paint, syncScrollPaneWithViewport, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, updateColumnHeader, updateRowHeader, updateScrollBarDisplayPolicy, updateViewport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UICScrollPaneUI
public UICScrollPaneUI()
createUI
public static ComponentUI createUI(JComponent c)
getPreferredSize
public Dimension getPreferredSize(JComponent c)
- Calculate the size of the pane.
Use the border size, the scrollbars and add the size of the viewport.
getMinimumSize
public Dimension getMinimumSize(JComponent c)
getMaximumSize
public Dimension getMaximumSize(JComponent c)
- Forward size of viewport
createMouseWheelListener
protected MouseWheelListener createMouseWheelListener()
- Overriden method from super to supply our own mouseWheel stuff.
mouseWheelSlot
protected void mouseWheelSlot(int rotation,
int delta,
int x,
int y,
boolean faster)
- Slot the ScrollWheelHelper calls on mouseWheel events.
As configged in the createMouseWheelListener method.
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence