public class

MotifLabelUI

extends BasicLabelUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.LabelUI
       ↳ javax.swing.plaf.basic.BasicLabelUI
         ↳ com.sun.java.swing.plaf.motif.MotifLabelUI

Class Overview

A Motif L&F implementation of LabelUI. This merely sets up new default values in MotifLookAndFeel.

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

Public Constructors

public MotifLabelUI ()

Public Methods

public static ComponentUI createUI (JComponent c)