public class

MetalTextFieldUI

extends BasicTextFieldUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.TextUI
       ↳ javax.swing.plaf.basic.BasicTextUI
         ↳ javax.swing.plaf.basic.BasicTextFieldUI
           ↳ javax.swing.plaf.metal.MetalTextFieldUI

Class Overview

Basis of a look and feel for a JTextField.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see XMLEncoder.

Summary

Public Constructors
MetalTextFieldUI()
Public Methods
static ComponentUI createUI(JComponent c)
void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicTextFieldUI
From class javax.swing.plaf.basic.BasicTextUI
From class javax.swing.plaf.TextUI
From class javax.swing.plaf.ComponentUI
From class java.lang.Object
From interface javax.swing.text.ViewFactory

Public Constructors

public MetalTextFieldUI ()

Public Methods

public static ComponentUI createUI (JComponent c)

public void propertyChange (PropertyChangeEvent evt)

This method gets called when a bound property is changed on the associated JTextComponent. This is a hook which UI implementations may change to reflect how the UI displays bound properties of JTextComponent subclasses.

Parameters
evt the property change event