Package jade.gui

Class AIDGui

    • Constructor Detail

      • AIDGui

        public AIDGui​(Component owner)
        Create a dialog with the given parent.
        Parameters:
        owner - The parent component of this dialog.
    • Method Detail

      • ShowAIDGui

        public AID ShowAIDGui​(AID agentIdentifier,
                              boolean ed,
                              boolean checkMandatorySlots)
        This method shows an AID with a GUI.
        Parameters:
        agentIdentifier - is the AID to be shown
        editable - is true when the AID can be edited
        checkMandatorySlots - is true when the returned AID must contain all the mandatory slots, as defined by FIPA specs
        Returns:
        null if the user pushs the Cancel button, an AID otherwise