Package jade.domain
Interface DFGUIInterface
-
- All Known Implementing Classes:
DFGUI
public interface DFGUIInterfaceThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAgentDesc(AID name)voidaddChildren(AID childrenName)voidaddParent(AID parentName)voiddisposeAsync()voidrefresh(Iterator AIDOfAllAgentRegistered, Iterator parents, Iterator children)voidrefreshLastSearchResults(List l, AID df)voidremoveAgentDesc(AID name, AID df)voidremoveChildren(AID childrenName)voidremoveParent(AID parentName)voidremoveSearchResult(AID name)voidsetAdapter(DFGUIAdapter dfa)voidsetVisible(boolean b)voidshowStatusMsg(String msg)
-
-
-
Method Detail
-
addParent
void addParent(AID parentName)
-
removeParent
void removeParent(AID parentName)
-
addAgentDesc
void addAgentDesc(AID name)
-
addChildren
void addChildren(AID childrenName)
-
removeChildren
void removeChildren(AID childrenName)
-
setAdapter
void setAdapter(DFGUIAdapter dfa)
-
showStatusMsg
void showStatusMsg(String msg)
-
removeSearchResult
void removeSearchResult(AID name)
-
disposeAsync
void disposeAsync()
-
setVisible
void setVisible(boolean b)
-
-