All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.motif.MotifScrollPaneUI
java.lang.Object
|
+----java.awt.swing.plaf.ComponentUI
|
+----java.awt.swing.plaf.ScrollPaneUI
|
+----java.awt.swing.basic.BasicScrollPaneUI
|
+----java.awt.swing.motif.MotifScrollPaneUI
- public class MotifScrollPaneUI
- extends BasicScrollPaneUI
A CDE/Motif L&F implementation of ScrollPaneUI.
MotifScrollPaneUI()
-
createHorizontalScrollBar()
- This method just delegates to the JScrollPane
createVerticalScrollbar()
method.
createUI(JComponent)
-
createVerticalScrollBar()
- This method just delegates to the JScrollPane
createVerticalScrollbar()
method.
MotifScrollPaneUI
public MotifScrollPaneUI()
createVerticalScrollBar
protected JScrollBar createVerticalScrollBar()
- This method just delegates to the JScrollPane
createVerticalScrollbar()
method.
- Overrides:
- createVerticalScrollBar in class BasicScrollPaneUI
createHorizontalScrollBar
protected JScrollBar createHorizontalScrollBar()
- This method just delegates to the JScrollPane
createVerticalScrollbar()
method.
- Overrides:
- createHorizontalScrollBar in class BasicScrollPaneUI
createUI
public static ComponentUI createUI(JComponent x)
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature