| AbstractPopup |
AbstractPopup is the superclass of the actions
performed by PopupMenu on the Canvas.
|
| Agent |
Adds properties and methods for representing
agents on the Agent Canvas as rectangles.
|
| AgentList |
The List for the agents on the Agent Canvas.
|
| GuiProperties |
This class loads the icons used in the toolbar and menus
|
| MainPanel |
Sets the tree and the two canvas inside the MainWindow
|
| MainWindow |
This class performs the Sniffer main-windows GUI setup.
|
| Message |
A Message extends the meaning of an ACLMessage (thus extending
jade.lang.acl.ACLMessage) providing an ACLMessage with the graphic part: the
arrow going from the sender of the message to the receiver of the message to
be drawn on the Message Canvas
|
| MessageList |
This is the list of the sniffed messages displayed on the Message Canvas as blue arrows.
|
| MMCanvas |
Manages agents and messages on both canvas.
|
| PanelCanvas |
Makes the two canvas.One is the agent canvas which is useful
for drawing the agent's box and other is the message canvas
which useful for drawing the message with blue arrows.
|
| PopupAgent |
This is the PopupMenu that will appear if the user click
on the canvas of agents.
|
| Sniffer |
This is the Sniffer agent.
|
| SnifferAction |
SnifferAction is the superclass of the actions
performed by Sniffer GUI controls.
|