| javax.swing.text.PasswordView com.jgoodies.looks.common.ExtPasswordView
ExtPasswordView | final public class ExtPasswordView extends PasswordView (Code) | | Differs from its superclass in that it uses the UIManager's echo char,
not a star ("*").
Used in Java 1.4 and Java 5 only.
author: Karsten Lentzsch version: $Revision: 1.7 $ |
drawEchoCharacter | protected int drawEchoCharacter(Graphics g, int x, int y, char c)(Code) | | Overrides the superclass behavior to draw the Windows dot,
not the star ("*") character.
Parameters: g - the graphics context Parameters: x - the starting X coordinate >= 0 Parameters: y - the starting Y coordinate >= 0 Parameters: c - the echo character the updated X position >= 0 |
getPreferredSpan | public float getPreferredSpan(int axis)(Code) | | |
Methods inherited from javax.swing.text.PasswordView | protected int drawEchoCharacter(Graphics g, int x, int y, char c)(Code)(Java Doc) protected int drawSelectedText(Graphics g, int x, int y, int p0, int p1) throws BadLocationException(Code)(Java Doc) protected int drawUnselectedText(Graphics g, int x, int y, int p0, int p1) throws BadLocationException(Code)(Java Doc) public float getPreferredSpan(int axis)(Code)(Java Doc) public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException(Code)(Java Doc) public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias)(Code)(Java Doc)
|
|
|