Class IFPasswordField


public class IFPasswordField extends IFTextField
  • Constructor Details

    • IFPasswordField

      public IFPasswordField(String newLabel, int newX, int newY)
    • IFPasswordField

      public IFPasswordField(String argLabel, int argX, int argY, int argWidth)
    • IFPasswordField

      public IFPasswordField(String argLabel, int argX, int argY, int argWidth, String label)
    • IFPasswordField

      public IFPasswordField(String argLabel, int argX, int argY, int argWidth, String label, char c)
  • Method Details

    • getValue

      public String getValue()
      Description copied from class: IFTextField
      returns 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:
      getValue in class IFTextField
      Returns:
      contents the contents of the text field
    • appendToRightOfCursor

      public void appendToRightOfCursor(char c)
    • appendToRightOfCursor

      public void appendToRightOfCursor(String s)
    • backspaceChar

      public void backspaceChar()
    • setValue

      public void setValue(String value)
      Description copied from class: IFTextField
      sets the contents of the text box and displays the specified string in the text box widget.
      Overrides:
      setValue in class IFTextField
      Parameters:
      value - the string to become the text field's contents
    • setDisplayCharacter

      public void setDisplayCharacter(char character)