com.explodingpixels.macwidgets.plaf
Class HudTextFieldUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextFieldUI
com.explodingpixels.macwidgets.plaf.HudTextFieldUI
- All Implemented Interfaces:
- ViewFactory
public class HudTextFieldUI
- extends BasicTextFieldUI
Creates a Heads Up Display (HUD) style text field, similar to that seen in various iApps (e.g.
iPhoto).
Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, propertyChange, 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 |
HudTextFieldUI
public HudTextFieldUI()
installUI
public void installUI(JComponent c)
- Overrides:
installUI
in class BasicTextUI
paintSafely
protected void paintSafely(Graphics graphics)
- Overrides:
paintSafely
in class BasicTextUI