Class AuthTextFieldsEditListener

java.lang.Object
gui.controller.auth.AuthTextFieldsEditListener
All Implemented Interfaces:
EventListener, DocumentListener
Direct Known Subclasses:
RegisterTextFieldsEditListener

public class AuthTextFieldsEditListener extends Object implements DocumentListener
  • Constructor Details

  • Method Details

    • insertUpdate

      public void insertUpdate (DocumentEvent e)
      Gives notification that there was an insert into the document. The range given by the DocumentEvent bounds the freshly inserted region.
      Specified by:
      insertUpdate in interface DocumentListener
      Parameters:
      e - the document event
    • removeUpdate

      public void removeUpdate (DocumentEvent e)
      Gives notification that a portion of the document has been removed. The range is given in terms of what the view last saw (that is, before updating sticky positions).
      Specified by:
      removeUpdate in interface DocumentListener
      Parameters:
      e - the document event
    • changedUpdate

      public void changedUpdate (DocumentEvent e)
      Gives notification that an attribute or set of attributes changed.
      Specified by:
      changedUpdate in interface DocumentListener
      Parameters:
      e - the document event
    • tryToUpdateTextFields

      public void tryToUpdateTextFields()
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled (boolean enabled)