Package jade.gui

Class DFAgentDscDlg

    • Constructor Detail

      • DFAgentDscDlg

        public DFAgentDscDlg​(Frame parent)
        Create a dialog with the given parent.
        Parameters:
        parent - The Frame that is the parent window of this dialog.
      • DFAgentDscDlg

        public DFAgentDscDlg​(Dialog parent)
        Create a dialog with the given parent.
        Parameters:
        parent - The Dialog that is the parent window of this dialog.
    • Method Detail

      • ShowDFDGui

        public DFAgentDescription ShowDFDGui​(DFAgentDescription dfd,
                                             boolean ed,
                                             boolean checkMandatorySlots)
        This method show a a giu for a DFAgentDescription.
        Parameters:
        dfd - the DFAgentDescrption to show
        ed - true if the fields of the gui must be editable, false otherwise.
        checkMandatorySlots - true to verify that a value is specified for all the mandatory fields, false otherwise.
        Returns:
        a DFAgentDescription if the OK button is pressed, false if the Cancel button is pressed.