|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.zaval.util.ValidationObject | +--org.zaval.lw.LwView | +--org.zaval.lw.LwRender | +--org.zaval.lw.LwTextRender | +--org.zaval.lw.LwPasswordText
This class inherits LwTextRender to represent a password text. For the purpose the render uses an echo character.
Fields inherited from class org.zaval.lw.LwView |
MOSAIC, ORIGINAL, STRETCH |
Fields inherited from class org.zaval.util.ValidationObject |
isValidFlag |
Constructor Summary | |
LwPasswordText(TextModel text)
Constructs the render with the specified target text model. |
Method Summary | |
protected java.lang.String |
getLine(int r)
Gets the string presentation of the specified line. |
void |
setEchoChar(char ch)
Sets the specified echo character. |
Methods inherited from class org.zaval.lw.LwTextRender |
calcPreferredSize, getAscent, getFont, getFontMetrics, getForeground, getLineHeight, getLineIndent, getText, getTextModel, invalidate, invalidate, lineWidth, ownerChanged, paint, paintLine, recalc, setFont, setForeground, stringWidth, substrWidth, targetWasChanged, textInserted, textRemoved, textUpdated |
Methods inherited from class org.zaval.lw.LwRender |
getTarget, setTarget |
Methods inherited from class org.zaval.lw.LwView |
getInsets, getPreferredSize, getType, paint, setType |
Methods inherited from class org.zaval.util.ValidationObject |
isValid, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LwPasswordText(TextModel text)
text
- the specified target text model.Method Detail |
public void setEchoChar(char ch)
ch
- the specified echo character.protected java.lang.String getLine(int r)
getLine
in class LwTextRender
r
- the specified line number.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |