java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextFieldUI
javax.swing.plaf.basic.BasicFormattedTextFieldUI
- All Implemented Interfaces:
- javax.swing.text.ViewFactory
- public class BasicFormattedTextFieldUI
- extends BasicTextFieldUI
- Since:
- 1.4
| Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
create, createActionMap, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getInputMap, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicFormattedTextFieldUI
public BasicFormattedTextFieldUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
- Description copied from class:
javax.swing.plaf.ComponentUI
- Creates a delegate object for the specified component. Users
should use the
createUI method of a suitable
subclass. The implementation of ComponentUI
always throws an error.
getPropertyPrefix
protected java.lang.String getPropertyPrefix()
- Returns the prefix for entries in the javax.swing.UIDefaults table.
- Overrides:
getPropertyPrefix in class BasicTextFieldUI