Class ACLComboBox

    • Constructor Detail

      • ACLComboBox

        public ACLComboBox()
    • Method Detail

      • setEditable

        public void setEditable​(boolean theBool)
        Sets the Editable attribute of the ACLComboBox object
        Overrides:
        setEditable in class JComboBox
        Parameters:
        theBool - The new Editable value
      • registerPerformatives

        public void registerPerformatives​(Object arg)
        register performatives in the comboBoxModel
        Parameters:
        arg - part of observer interface
      • registerProtocol

        public void registerProtocol​(Object arg)
        Register protocols from ACLMessage
        Parameters:
        arg - ACLMessage
      • update

        public void update​(Observable ob,
                           Object arg)
        part of observer interface
        Specified by:
        update in interface Observer
        Parameters:
        ob - observable
        arg - what to observe
      • focusLost

        public void focusLost​(FocusEvent e)
        triggered when focus lost
        Parameters:
        e - FocusEvent