java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ScrollPaneUI
javax.swing.plaf.basic.BasicScrollPaneUI
org.gtk.java.swing.plaf.gtk.GtkScrollPaneUI
- All Implemented Interfaces:
- javax.swing.ScrollPaneConstants
- public class GtkScrollPaneUI
- extends javax.swing.plaf.basic.BasicScrollPaneUI
A CDE/Gtk L&F implementation of ScrollPaneUI.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is appropriate
for short term storage or RMI between applications running the same
version of Swing. A future release of Swing will provide support for
long term persistence.
- Version:
- 1.10 08/28/98
| Nested classes inherited from class javax.swing.plaf.basic.BasicScrollPaneUI |
javax.swing.plaf.basic.BasicScrollPaneUI.HSBChangeListener, javax.swing.plaf.basic.BasicScrollPaneUI.MouseWheelHandler, javax.swing.plaf.basic.BasicScrollPaneUI.PropertyChangeHandler, javax.swing.plaf.basic.BasicScrollPaneUI.ViewportChangeHandler, javax.swing.plaf.basic.BasicScrollPaneUI.VSBChangeListener |
| 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, createMouseWheelListener, createPropertyChangeListener, createViewportChangeListener, createVSBChangeListener, getMinimumSize, installKeyboardActions, installListeners, installUI, paint, syncScrollPaneWithViewport, uninstallKeyboardActions, uninstallListeners, uninstallUI, updateColumnHeader, updateRowHeader, updateScrollBarDisplayPolicy, updateViewport |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vsbMarginBorder
private static final javax.swing.border.Border vsbMarginBorder
hsbMarginBorder
private static final javax.swing.border.Border hsbMarginBorder
vsbBorder
private javax.swing.border.Border vsbBorder
hsbBorder
private javax.swing.border.Border hsbBorder
GtkScrollPaneUI
public GtkScrollPaneUI()
installDefaults
protected void installDefaults(javax.swing.JScrollPane scrollpane)
uninstallDefaults
protected void uninstallDefaults(javax.swing.JScrollPane c)
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
- Description copied from class:
javax.swing.plaf.ComponentUI
- Creates a delegate object for the specified component. Users
should use the
createUI method of a suitable
subclass. The implementation of ComponentUI
always throws an error.