javax.swing.plaf.metal
public class MetalTextFieldUI extends BasicTextFieldUI
| Constructor Summary | |
|---|---|
| MetalTextFieldUI()
Constructs a new instance of MetalTextFieldUI. | |
| Method Summary | |
|---|---|
| static ComponentUI | createUI(JComponent component)
Returns a new instance of MetalTextFieldUI.
|
| void | propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated
JTextComponent. |
MetalTextFieldUI.
Parameters: component the component for which we return an UI instance
Returns: A new instance of MetalTextFieldUI.