Class ACLTextField

    • Constructor Detail

      • ACLTextField

        public ACLTextField()
    • Method Detail

      • register

        public void register​(Object arg,
                             String fieldName)
        register an ACLMessage with the accompagnied membername
        Parameters:
        arg - the ACLMessage
        fieldName - membername of the ACLMessage
      • unregister

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

        public void update​(Observable ob,
                           Object arg)
        update textField
        Specified by:
        update in interface Observer
        Parameters:
        ob - the object
        arg - the argument
      • focusLost

        public void focusLost​(FocusEvent e)
        triggered when focus lossed
        Parameters:
        e - the FocusEvent
      • processFocusEvent

        protected void processFocusEvent​(FocusEvent e)
        processFocusEvent listener
        Overrides:
        processFocusEvent in class Component
        Parameters:
        e - the FocusEvent