FileDocCategorySizeDatePackage
MotifTextUI.javaAPI DocJava SE 5 API4922Fri Aug 26 14:54:48 BST 2005com.sun.java.swing.plaf.motif

MotifTextUI

public class MotifTextUI extends Object
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.

author
Timothy Prinzing
version
1.20 12/19/03

Fields Summary
static final JTextComponent$KeyBinding[]
defaultBindings
Default bindings all keymaps implementing the Motif feel.
Constructors Summary
Methods Summary
public static javax.swing.text.CaretcreateCaret()
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.

return
the caret object

	return new MotifCaret();