public class

MotifTextUI

extends Object
java.lang.Object
   ↳ com.sun.java.swing.plaf.motif.MotifTextUI

Class Overview

Provides the look and feel features that are common across the Motif/CDE text LAF implementations.

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

Nested Classes
class MotifTextUI.MotifCaret The motif caret is rendered as an I beam. 
Public Constructors
MotifTextUI()
Public Methods
static Caret createCaret()
Creates the object to use for a caret for all of the Motif text components.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MotifTextUI ()

Public Methods

public static Caret createCaret ()

Creates the object to use for a caret for all of the Motif text components. The caret is rendered as an I-beam on Motif.

Returns
  • the caret object