public class

MotifScrollPaneUI

extends BasicScrollPaneUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.ScrollPaneUI
       ↳ javax.swing.plaf.basic.BasicScrollPaneUI
         ↳ com.sun.java.swing.plaf.motif.MotifScrollPaneUI

Class Overview

A CDE/Motif 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.

Summary

[Expand]
Inherited Constants
From interface javax.swing.ScrollPaneConstants
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicScrollPaneUI
Public Constructors
MotifScrollPaneUI()
Public Methods
static ComponentUI createUI(JComponent x)
Protected Methods
void installDefaults(JScrollPane scrollpane)
void installListeners(JScrollPane scrollPane)
void uninstallDefaults(JScrollPane c)
void uninstallListeners(JScrollPane scrollPane)
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicScrollPaneUI
From class javax.swing.plaf.ComponentUI
From class java.lang.Object

Public Constructors

public MotifScrollPaneUI ()

Public Methods

public static ComponentUI createUI (JComponent x)

Protected Methods

protected void installDefaults (JScrollPane scrollpane)

protected void installListeners (JScrollPane scrollPane)

protected void uninstallDefaults (JScrollPane c)

protected void uninstallListeners (JScrollPane scrollPane)