|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.gui.Component
com.threerings.opengl.gui.TextComponent
com.threerings.opengl.gui.EditableTextComponent
com.threerings.opengl.gui.TextField
com.threerings.opengl.gui.PasswordField
public class PasswordField
A derivation of TextField that does not display the actual
text, but asterisks instead.
| Field Summary |
|---|
| Fields inherited from class com.threerings.opengl.gui.Component |
|---|
DEFAULT, DISABLED, HOVER |
| Fields inherited from interface com.threerings.opengl.gui.text.EditCommands |
|---|
ACTION, BACKSPACE, CLEAR, COPY, CURSOR_DOWN, CURSOR_LEFT, CURSOR_RIGHT, CURSOR_UP, CUT, DELETE, END_OF_LINE, PASTE, REDO, RELEASE_FOCUS, START_OF_LINE, UNDO, WORD_LEFT, WORD_RIGHT |
| Constructor Summary | |
|---|---|
PasswordField(GlContext ctx)
|
|
PasswordField(GlContext ctx,
int maxLength)
|
|
PasswordField(GlContext ctx,
String text)
|
|
PasswordField(GlContext ctx,
String text,
int maxLength)
|
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.opengl.gui.EditableTextComponent |
|---|
acceptsFocus, dispatchEvent, getDocument, getSelectionBackground, getText, setDocument, setMaxLength, setPlaceholder, setPreferredWidth, setText, textInserted, textRemoved |
| Methods inherited from class com.threerings.opengl.gui.TextComponent |
|---|
getEffectColor, getEffectSize, getHorizontalAlignment, getLineSpacing, getTextEffect, getTextFactory, getVerticalAlignment |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordField(GlContext ctx)
public PasswordField(GlContext ctx,
int maxLength)
public PasswordField(GlContext ctx,
String text)
public PasswordField(GlContext ctx,
String text,
int maxLength)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||