All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFTextPaneUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.TextUI
                    |
                    +----java.awt.swing.text.DefaultTextUI
                            |
                            +----java.awt.swing.basic.BasicTextUI
                                    |
                                    +----java.awt.swing.basic.BasicTextAreaUI
                                            |
                                            +----java.awt.swing.basic.BasicTextPaneUI
                                                    |
                                                    +----java.awt.swing.jlf.JLFTextPaneUI

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


Constructor Index

 o JLFTextPaneUI()
Creates a new JLFTextPaneUI.

Method Index

 o createUI(JComponent)
Creates a UI for the JTextPane.
 o installUI(JComponent)
Installs the UI for a component.
 o uninstallUI(JComponent)
Deinstalls the UI for a component.

Constructors

 o JLFTextPaneUI
public JLFTextPaneUI()
Creates a new JLFTextPaneUI.

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 UI for a component.

Overrides:
installUI in class DefaultTextUI
 o uninstallUI
public void uninstallUI(JComponent c)
Deinstalls the UI for a component.

Overrides:
uninstallUI in class DefaultTextUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature