All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicEditorPaneUI

com.sun.java.swing.basic.BasicEditorPaneUI

public class BasicEditorPaneUI
extends JEditorPane. EditorPaneUI
Provides the look and feel for an html text editor.


Variable Index

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

Constructor Index

 o BasicEditorPaneUI()
Creates a new BasicEditorPaneUI.

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 BasicEditorPaneUI instances unless they arrange for something different. The keymap will resolve through the JTextController.DEFAULT_KEYMAP.

Constructors

 o BasicEditorPaneUI
 public BasicEditorPaneUI()
Creates a new BasicEditorPaneUI.

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