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.
JLFTextFieldUI()
- Creates a new JLFTextFieldUI.
createUI(JComponent)
- Creates a UI for a JTextField.
focusGained(FocusEvent)
-
focusLost(FocusEvent)
-
installUI(JComponent)
- Installs the UI for a component.
uninstallUI(JComponent)
- Deinstalls the UI for a component.
JLFTextFieldUI
public JLFTextFieldUI()
- Creates a new JLFTextFieldUI.
createUI
public static ComponentUI createUI(JComponent c)
- Creates a UI for a JTextField.
- Parameters:
- c - the text field
- Returns:
- the UI
installUI
public void installUI(JComponent c)
- Installs the UI for a component.
- Overrides:
- installUI in class DefaultTextUI
uninstallUI
public void uninstallUI(JComponent c)
- Deinstalls the UI for a component.
- Overrides:
- uninstallUI in class DefaultTextUI
focusGained
public void focusGained(FocusEvent e)
focusLost
public void focusLost(FocusEvent e)
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature