Package jade.domain

Interface DFGUIInterface

  • All Known Implementing Classes:
    DFGUI

    public interface DFGUIInterface
    This interface is used to avoid any relationship between the df and the tools packages. A gui for a DF must implements this interface.
    Version:
    $Date$ $Revision$
    Author:
    Tiziana Trucco - CSELT S.p.A.
    • Method Detail

      • addParent

        void addParent​(AID parentName)
      • removeParent

        void removeParent​(AID parentName)
      • addAgentDesc

        void addAgentDesc​(AID name)
      • removeAgentDesc

        void removeAgentDesc​(AID name,
                             AID df)
      • addChildren

        void addChildren​(AID childrenName)
      • removeChildren

        void removeChildren​(AID childrenName)
      • showStatusMsg

        void showStatusMsg​(String msg)
      • refreshLastSearchResults

        void refreshLastSearchResults​(List l,
                                      AID df)
      • removeSearchResult

        void removeSearchResult​(AID name)
      • disposeAsync

        void disposeAsync()
      • setVisible

        void setVisible​(boolean b)