com.jgoodies.looks.common
Class ExtPasswordView
java.lang.Object
javax.swing.text.View
javax.swing.text.PlainView
javax.swing.text.FieldView
javax.swing.text.PasswordView
com.jgoodies.looks.common.ExtPasswordView
- All Implemented Interfaces:
- SwingConstants, TabExpander
- public final class ExtPasswordView
- extends PasswordView
Differs from its superclass in that it renders a circle,
not a star ("*") as echo character.
- Version:
- $Revision: 1.1 $
- Author:
- Karsten Lentzsch
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Methods inherited from class javax.swing.text.View |
append, breakView, createFragment, forwardUpdate, forwardUpdateToView, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getStartOffset, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, replace, setParent, updateChildren, updateLayout, viewToModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtPasswordView
public ExtPasswordView(Element element)
drawEchoCharacter
protected int drawEchoCharacter(Graphics g,
int x,
int y,
char c)
Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.