Class Summary |
BaseAWTGUIAgentIconDisplayPanel |
our class to bring up a dialog box showing the agent icon and
stuff like that -- this is used for creating new agents or
moving agents |
BaseAWTGUIAgentImpl |
this class is the next level up on top of the base ui agent -- the
purpose of this is so we have a standard way to get the popup boxes
that we like |
BaseAWTGUICreateAgentByNameUI |
create a dialog box that will cause an agent to be created on
the local cell by its class name |
BaseAWTGUICreateAgentUI |
use this class to create a new agent on a specific cell |
BaseAWTGUIDisplayCellListButtonFrame |
this class pops up a frame that has the servers listed in a choice
field and then a button -- whatever extends this class can set what
the title of the frame is, what the button label says, and the
action performed when the button is pushed. |
BaseAWTGUIMonitorCellUI |
craete a dialog box that will cause the agent to start
monitoring another cell |
BaseAWTGUIMoveAgentUI |
use this class to move an agent to another cell |
BaseAWTGUIShutDownCellUI |
our class to bring up a dialog box to ask the ui to kill a server |
BaseAWTGUIStopMonitorCellUI |
our class to bring up a dialog box to ask the server to stop
monitoring another server |
BaseAWTGUITextManipulationUI |
an abstract class so we can display a text area, get the text
area and then do something with that string |
BaseGUIAgentImpl |
this class is the next level up on top of the base ui agent -- the
purpose of this is so we have a standard way to get the popup boxes
that we like |
BaseSwingGUIAgentIconDisplayPanel |
our class to bring up a dialog box showing the agent icon and
stuff like that -- this is used for creating new agents or
moving agents |
BaseSwingGUIAgentImpl |
this class is the next level up on top of the base ui agent -- the
purpose of this is so we have a standard way to get the popup boxes
that we like |
BaseSwingGUICreateAgentByNameUI |
create a dialog box that will cause an agent to be created on
the local cell by its class name |
BaseSwingGUICreateAgentUI |
use this class to create a new agent on a specific cell |
BaseSwingGUIDisplayCellListButtonFrame |
this class pops up a frame that has the servers listed in a choice
field and then a button -- whatever extends this class can set what
the title of the frame is, what the button label says, and the
action performed when the button is pushed. |
BaseSwingGUIMonitorCellUI |
craete a dialog box that will cause the agent to start
monitoring another cell |
BaseSwingGUIMoveAgentUI |
use this class to move an agent to another cell |
BaseSwingGUIShutDownCellUI |
our class to bring up a dialog box to ask the ui to kill a server |
BaseSwingGUIStopMonitorCellUI |
our class to bring up a dialog box to ask the server to stop
monitoring another server |
BaseSwingGUITextManipulationUI |
an abstract class so we can display a text area, get the text
area and then do something with that string |
BaseUIAgentImpl |
the standard base class for all ui agents -- this class will handle
the minimum amount of state maintainance, and it will also handles
a lot of the communications to the agent monitoring agents
todo list -- the ability to monitor less cells than the agent
monitoring agent is monitoring -- this would require that we filter
the information the agent monitoring agent is sending and we need
to keep track of exactly who we are monitoring |