uic.themes
Class UICTextFieldUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextFieldUI
uic.themes.UICTextFieldUI
- All Implemented Interfaces:
- ViewFactory
- Direct Known Subclasses:
- UICPasswordFieldUI
public class UICTextFieldUI
- extends BasicTextFieldUI
Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, viewToModel, viewToModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UICTextFieldUI
public UICTextFieldUI()
createUI
public static ComponentUI createUI(JComponent c)
getPreferredSize
public Dimension getPreferredSize(JComponent c)
- Overrides:
getPreferredSize
in class BasicTextUI
getMinimumSize
public Dimension getMinimumSize(JComponent c)
- Overrides:
getMinimumSize
in class BasicTextUI
getMaximumSize
public Dimension getMaximumSize(JComponent c)
- Overrides:
getMaximumSize
in class BasicTextUI
update
public void update(Graphics g,
JComponent c)
- Overrides:
update
in class BasicTextUI
paintBackground
protected void paintBackground(Graphics g)
- Overrides:
paintBackground
in class BasicTextUI
Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence