com.jgoodies.looks.plastic
public final class PlasticFormattedTextFieldUI extends BasicFormattedTextFieldUI
TextFieldUI
.
In addition to its superclass MetalTextFieldUI, it can use a caret
that selects all text when the field gains focus via the keyboard.
Version: $Revision: 1.4 $
Method Summary | |
---|---|
protected Caret | createCaret()
Creates the caret for a field.
|
static ComponentUI | createUI(JComponent c)
Creates a UI for a JFormattedTextField.
|
Returns: the caret
Parameters: c the formatted text field
Returns: the UI