Uses of Package
jade.gui

Packages that use jade.gui
jade.domain This package and its sub-packages contains FIPA specific agents and ontologies. 
jade.gui This package contains general purpose components that can be used to build Swing-based Graphical User Interfaces for JADE agents. 
 

Classes in jade.gui used by jade.domain
GuiAgent
          When a program instantiates a GUI, the Java programming language starts a new thread, different from the Agent thread.
GuiEvent
          This class defines the object type GuiEvent used to notify an event to a GuiAgent.
 

Classes in jade.gui used by jade.gui
AgentTree.AgentNode
          Inner class AgentNode
AgentTree.ContainerNode
          Inner class ContainerNode
AgentTree.Node
          Inner class Node Common base class for all AgentTree nodes
AgentTreeModel
           
GuiEvent
          This class defines the object type GuiEvent used to notify an event to a GuiAgent.
GuiProperties
          This class encapsulates some informations used by the program
VisualStringList
          This class extends JPanel in order to provide a panel to show a list of string.