Class AIDTextField

    • Constructor Detail

      • AIDTextField

        public AIDTextField()
    • Method Detail

      • register

        public void register​(Object arg,
                             String fieldName)
        Description of the Method
        Parameters:
        arg - Description of Parameter
        fieldName - Description of Parameter
      • unregister

        public void unregister​(Object arg,
                               String str)
        Description of the Method
        Parameters:
        arg - Description of Parameter
        str - Description of Parameter
      • update

        public void update​(Observable ob,
                           Object arg)
        Description of the Method
        Specified by:
        update in interface Observer
        Parameters:
        ob - Description of Parameter
        arg - Description of Parameter
      • focusLost

        public void focusLost​(FocusEvent e)
        Description of the Method
        Parameters:
        e - Description of Parameter
      • processFocusEvent

        protected void processFocusEvent​(FocusEvent e)
        Description of the Method
        Overrides:
        processFocusEvent in class Component
        Parameters:
        e - Description of Parameter