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.


Constructor Index

 o MotifScrollPaneUI()

Method Index

 o createHorizontalScrollBar()
This method just delegates to the JScrollPane createVerticalScrollbar() method.
 o createUI(JComponent)
 o createVerticalScrollBar()
This method just delegates to the JScrollPane createVerticalScrollbar() method.

Constructors

 o MotifScrollPaneUI
public MotifScrollPaneUI()

Methods

 o createVerticalScrollBar
protected JScrollBar createVerticalScrollBar()
This method just delegates to the JScrollPane createVerticalScrollbar() method.

Overrides:
createVerticalScrollBar in class BasicScrollPaneUI
 o createHorizontalScrollBar
protected JScrollBar createHorizontalScrollBar()
This method just delegates to the JScrollPane createVerticalScrollbar() method.

Overrides:
createHorizontalScrollBar in class BasicScrollPaneUI
 o createUI
public static ComponentUI createUI(JComponent x)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature