All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFTextAreaUI

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.jlf.JLFTextAreaUI

public class JLFTextAreaUI
extends BasicTextAreaUI
Provides the Java look and feel for a plain text editor.


Constructor Index

 o JLFTextAreaUI()
Constructs a new JLFTextAreaUI object.

Method Index

 o createUI(JComponent)
Creates a UI for a JTextArea.
 o installUI(JComponent)
Installs the background and selection color for the text editor
 o uninstallUI(JComponent)
gonna need this later when we get the defaults mechanism in place (sdw)

Constructors

 o JLFTextAreaUI
public JLFTextAreaUI()
Constructs a new JLFTextAreaUI object.

Methods

 o createUI
public static ComponentUI createUI(JComponent ta)
Creates a UI for a JTextArea.

Parameters:
ta - a text area
Returns:
the UI
 o installUI
public void installUI(JComponent c)
Installs the background and selection color for the text editor

Parameters:
c - a component
Overrides:
installUI in class DefaultTextUI
See Also:
installUI
 o uninstallUI
public void uninstallUI(JComponent c)
gonna need this later when we get the defaults mechanism in place (sdw)

Overrides:
uninstallUI in class DefaultTextUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature