Package jade.gui

Class VisualAIDList

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class VisualAIDList
    extends VisualStringList
    This class extends the VisualStringList in order to show a list of AID (Agent-Identifer). To show these items correctly, have been overridden the methods: getElementName to return the name of the agent (shown in the list). editElement to show the ADIGui when required.
    Version:
    $Date$ $Revision$
    Author:
    Tiziana Trucco - CSELT S.p.A
    See Also:
    VisualStringList, AIDGui, Serialized Form
    • Method Detail

      • editElement

        protected Object editElement​(Object el,
                                     boolean isEditable)
        Allow the user to edit the chosen agent identifier.
        Overrides:
        editElement in class VisualStringList
        Parameters:
        el - The chosen agent identifier.
        isEditable - A boolean flag telling whether the user is allowed to modify che chosen agent identifier or not.
      • setCheckMandatorySlots

        public void setCheckMandatorySlots​(boolean checkMandatorySlots)
        This method is used to ensure that the mandatory fields would be corrected inserted.