javax.swing.plaf.basic

Class BasicFormattedTextFieldUI

public class BasicFormattedTextFieldUI extends BasicTextFieldUI

Since: 1.4

Constructor Summary
BasicFormattedTextFieldUI()
Method Summary
static ComponentUIcreateUI(JComponent c)
protected StringgetPropertyPrefix()
Returns the prefix for entries in the {@link UIDefaults} table.

Constructor Detail

BasicFormattedTextFieldUI

public BasicFormattedTextFieldUI()

Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getPropertyPrefix

protected String getPropertyPrefix()
Returns the prefix for entries in the {@link UIDefaults} table.

Returns: "FormattedTextField"