All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFTextFieldUI

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.BasicTextFieldUI
                                            |
                                            +----java.awt.swing.jlf.JLFTextFieldUI

public class JLFTextFieldUI
extends BasicTextFieldUI
implements FocusListener
Provides the Java look and feel for a text field.


Constructor Index

 o JLFTextFieldUI()
Creates a new JLFTextFieldUI.

Method Index

 o createUI(JComponent)
Creates a UI for a JTextField.
 o focusGained(FocusEvent)
 o focusLost(FocusEvent)
 o installUI(JComponent)
Installs the UI for a component.
 o uninstallUI(JComponent)
Deinstalls the UI for a component.

Constructors

 o JLFTextFieldUI
public JLFTextFieldUI()
Creates a new JLFTextFieldUI.

Methods

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

Parameters:
c - the text field
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
 o focusGained
public void focusGained(FocusEvent e)
 o focusLost
public void focusLost(FocusEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature