All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicTextPaneUI

com.sun.java.swing.basic.BasicTextPaneUI

public class BasicTextPaneUI
extends JTextPane. TextPaneUI
Provides the look and feel for a styled text editor.


Variable Index

 o KeymapName
The name of the default keymap that will be shared by all BasicTextPaneUI instances unless they arrange for something different.

Constructor Index

 o BasicTextPaneUI()
Creates a new BasicTextPaneUI.

Method Index

 o createUI(JComponent)
Creates a UI for the JTextPane.
 o getDefaultMargin()
 o installUI(JComponent)
Installs the default keymap after the superclass does its thing.
 o uninstallUI(JComponent)

Variables

 o KeymapName
 public static final String KeymapName
The name of the default keymap that will be shared by all BasicTextPaneUI instances unless they arrange for something different. The keymap will resolve through the JTextController.DEFAULT_KEYMAP.

Constructors

 o BasicTextPaneUI
 public BasicTextPaneUI()
Creates a new BasicTextPaneUI.

Methods

 o createUI
 public static ComponentUI createUI(JComponent c)
Creates a UI for the JTextPane.

Returns:
the UI
 o installUI
 public void installUI(JComponent c)
Installs the default keymap after the superclass does its thing.

Parameters:
c - the UI
See Also:
installUI
 o uninstallUI
 public void uninstallUI(JComponent c)
 o getDefaultMargin
 public Insets getDefaultMargin()

All Packages  Class Hierarchy  This Package  Previous  Next  Index