Class IFPasswordField
java.lang.Object
interfascia.GUIComponent
interfascia.IFTextField
interfascia.IFPasswordField
-
Constructor Summary
ConstructorsConstructorDescriptionIFPasswordField(String newLabel, int newX, int newY) IFPasswordField(String argLabel, int argX, int argY, int argWidth) IFPasswordField(String argLabel, int argX, int argY, int argWidth, String label) IFPasswordField(String argLabel, int argX, int argY, int argWidth, String label, char c) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendToRightOfCursor(char c) voidvoidgetValue()returns the string that is displayed in the text area.voidsetDisplayCharacter(char character) voidsets the contents of the text box and displays the specified string in the text box widget.Methods inherited from class interfascia.IFTextField
actionPerformed, getCursorPosition, getEndSelect, getStartSelect, getVisiblePortionEnd, getVisiblePortionStart, initWithParent, keyEvent, mouseEvent, render, setCursorPosition, setEndSelect, setStartSelect, setVisiblePortionEnd, setVisiblePortionStart, validUnicodeMethods inherited from class interfascia.GUIComponent
addActionListener, canReceiveFocus, draw, fireEventNotification, getAbsoluteX, getAbsoluteY, getController, getHeight, getIndex, getLabel, getLookAndFeel, getWidth, getX, getY, isMouseOver, setController, setHeight, setIndex, setLabel, setLookAndFeel, setPosition, setSize, setWidth, setX, setY, update
-
Constructor Details
-
IFPasswordField
-
IFPasswordField
-
IFPasswordField
-
IFPasswordField
-
-
Method Details
-
getValue
Description copied from class:IFTextFieldreturns the string that is displayed in the text area. If the contents have not been initialized, getValue() returns NULL, if the contents have been initialized but not set, it returns an empty string.- Overrides:
getValuein classIFTextField- Returns:
- contents the contents of the text field
-
appendToRightOfCursor
public void appendToRightOfCursor(char c) -
appendToRightOfCursor
-
backspaceChar
public void backspaceChar() -
setValue
Description copied from class:IFTextFieldsets the contents of the text box and displays the specified string in the text box widget.- Overrides:
setValuein classIFTextField- Parameters:
value- the string to become the text field's contents
-
setDisplayCharacter
public void setDisplayCharacter(char character)
-