com.jgoodies.looks.plastic
Class PlasticFormattedTextFieldUI
BasicFormattedTextFieldUI
com.jgoodies.looks.plastic.PlasticFormattedTextFieldUI
public final class PlasticFormattedTextFieldUI
extends BasicFormattedTextFieldUI
The JGoodies Plastic L&F implementation of TextFieldUI
.
In addition to its superclass MetalTextFieldUI, it can use a caret
that selects all text when the field gains focus via the keyboard.
protected Caret | createCaret() - Creates the caret for a field.
|
static ComponentUI | createUI(JComponent c) - Creates a UI for a JFormattedTextField.
|
createCaret
protected Caret createCaret()
Creates the caret for a field.
createUI
public static ComponentUI createUI(JComponent c)
Creates a UI for a JFormattedTextField.
c
- the formatted text field
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.