org.jvnet.substance
Class SubstancePasswordFieldUI
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.BasicPasswordFieldUI
org.jvnet.substance.SubstancePasswordFieldUI
- All Implemented Interfaces:
- ViewFactory
public class SubstancePasswordFieldUI
- extends BasicPasswordFieldUI
UI for password fields in Substance look and feel.
- Author:
- Kirill Grouchnikov
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, 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 |
PASSWORD_DOT_DIAMETER
public static final int PASSWORD_DOT_DIAMETER
- Dot diameter
- See Also:
- Constant Field Values
PASSWORD_DOT_GAP
public static final int PASSWORD_DOT_GAP
- Gap between dots
- See Also:
- Constant Field Values
PASSWORD_DOT_WIDTH
public static final int PASSWORD_DOT_WIDTH
- Total dot width
- See Also:
- Constant Field Values
SubstancePasswordFieldUI
public SubstancePasswordFieldUI()
createUI
public static ComponentUI createUI(JComponent c)
create
public View create(Element elem)
- Specified by:
create
in interface ViewFactory
- Overrides:
create
in class BasicPasswordFieldUI