public class PaletteTextFieldUI
extends javax.swing.plaf.basic.BasicTextFieldUI
| Constructor and Description |
|---|
PaletteTextFieldUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Creates a UI for a JTextField.
|
protected void |
installDefaults()
Initializes component properties, e.g.
|
void |
paintBackground(java.awt.Graphics g) |
protected void |
paintSafely(java.awt.Graphics gr) |
create, getBaseline, getBaselineResizeBehavior, getPropertyPrefixcreate, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModelpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - the text fieldprotected void installDefaults()
installDefaults in class javax.swing.plaf.basic.BasicTextUIBasicTextUI.uninstallDefaults(),
BasicTextUI.installUI(javax.swing.JComponent)protected void paintSafely(java.awt.Graphics gr)
paintSafely in class javax.swing.plaf.basic.BasicTextUIpublic void paintBackground(java.awt.Graphics g)
paintBackground in class javax.swing.plaf.basic.BasicTextUI