Class Summary |
AboutBoxAction |
|
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. |
ClearCanvasAction |
Clears the Message Canvas. |
DisplayLogFileAction |
Class for loading a snapshot file in Serialized form.
|
DoNotSnifferAction |
For don't sniff the Agent in the tree. |
DoSnifferAction |
For sniff the Agent in the tree. |
ExitAction |
Invokes the agent Sniffer to delete itself, closing the Gui and unregistering. |
GuiProperties |
This class loads the icons used in the toolbar and menus |
MainMenu |
Sets up the menu bar and the relative 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. |
PopMouserAgent |
This is the listener for the canvas of agents |
PopMouserMessage |
This is the listener for the canvas of messages |
PopNoSniffAgent |
This class includes the method ActionPerformed that is
associated with the PopupMenu of the Agent in the canvas. |
PopShowAgent |
This class includes the method ActionPerformed that is
associated with the PopupMenu of the Agent in the canvas. |
PopSniffAgent |
This class includes the method ActionPerformed that is
associated with the PopupMenu of the Agent in the canvas. |
PopupAgent |
This is the PopupMenu that will appear if the user click
on the canvas of agents. |
PopupMenuAgent |
This is the PopupMenu that will appear if the user click
on the tree. |
PopupMessage |
This is the PopupMenu that will appear if the user click
on the canvas of messages. |
PopupMouser |
This is the listener for the tree |
ShowOnlyAction |
For don'tsniff the Agent in the tree, and if necessary
redrawing the box of agent with yellow color. |
Sniffer |
This is the Sniffer agent.
|
SnifferAction |
SnifferAction is the superclass of the actions
performed by Sniffer GUI controls.
|
ToolBar |
Sets up the toolbar for the main Sniffer Gui |
ViewMessage |
This class includes the method ActionPerformed that is
associated with the PopupMenu of the messages in the canvas. |
WriteLogFileAction |
Creates a serialized snapshot of the agents and sniffed messages in both canvases for
later recall. |
WriteMessageListAction |
Writes a text file with all sniffed messages showed on the Message Canvas. |