public class

MotifSeparatorUI

extends BasicSeparatorUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.SeparatorUI
       ↳ javax.swing.plaf.basic.BasicSeparatorUI
         ↳ com.sun.java.swing.plaf.motif.MotifSeparatorUI
Known Direct Subclasses

Class Overview

A Motif L&F implementation of SeparatorUI. This implementation is a "combined" view/controller.

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 Fields
From class javax.swing.plaf.basic.BasicSeparatorUI
Public Constructors
MotifSeparatorUI()
Public Methods
static ComponentUI createUI(JComponent c)
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicSeparatorUI
From class javax.swing.plaf.ComponentUI
From class java.lang.Object

Public Constructors

public MotifSeparatorUI ()

Public Methods

public static ComponentUI createUI (JComponent c)