|
|||||||||
Home >> All >> edu >> mit >> media >> hive >> agent >> [ hiveui overview ] | PREV NEXT |
A
- a - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMoveAgentUI
- a - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMoveAgentUI
- acms - Variable in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- a handle to the ACMS so we don't need to look it up every time.
- actionPerformed(ActionEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- actionPerformed(ActionEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- actionPerformed(ActionEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI.MonitorCell
- actionPerformed(ActionEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- actionPerformed(ActionEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- actionPerformed(ActionEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI.MonitorCell
- addAgent(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this method is used internally to add another agent to the graph and then to cause the UI to update itself because this new agent has come onto the scene
- ag - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- our copy of the agent graph -- this graph is constructed from the differential information that we get from the agent monitoring agent -- do NOT modify this graph -- please only read it
- agentAddresses - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- ama - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
B
- BaseAWTGUIAgentIconDisplayPanel - class edu.mit.media.hive.agent.hiveui.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
- BaseAWTGUIAgentIconDisplayPanel(BaseAWTGUIAgentImpl, ComponentManagerShadow, Image) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- BaseAWTGUIAgentIconDisplayPanel(BaseAWTGUIAgentImpl, ComponentManagerShadow, String) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- BaseAWTGUIAgentIconDisplayPanel(BaseAWTGUIAgentImpl, ComponentManagerShadow, String, Image) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- BaseAWTGUIAgentIconDisplayPanel.AgentIconCanvas - class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel.AgentIconCanvas.
- BaseAWTGUIAgentIconDisplayPanel.AgentIconCanvas() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel.AgentIconCanvas
- BaseAWTGUIAgentImpl - class edu.mit.media.hive.agent.hiveui.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
- BaseAWTGUIAgentImpl() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- BaseAWTGUICreateAgentByNameUI - class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentByNameUI.
- create a dialog box that will cause an agent to be created on the local cell by its class name
- BaseAWTGUICreateAgentByNameUI(BaseAWTGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentByNameUI
- BaseAWTGUICreateAgentUI - class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentUI.
- use this class to create a new agent on a specific cell
- BaseAWTGUICreateAgentUI(BaseAWTGUIAgentImpl, ComponentManagerShadow, String) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentUI
- BaseAWTGUIDisplayCellListButtonFrame - class edu.mit.media.hive.agent.hiveui.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.
- BaseAWTGUIDisplayCellListButtonFrame(BaseAWTGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- BaseAWTGUIMonitorCellUI - class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMonitorCellUI.
- craete a dialog box that will cause the agent to start monitoring another cell
- BaseAWTGUIMonitorCellUI(BaseAWTGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMonitorCellUI
- BaseAWTGUIMoveAgentUI - class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMoveAgentUI.
- use this class to move an agent to another cell
- BaseAWTGUIMoveAgentUI(BaseAWTGUIAgentImpl, ComponentManagerShadow, Agent) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMoveAgentUI
- BaseAWTGUIShutDownCellUI - class edu.mit.media.hive.agent.hiveui.BaseAWTGUIShutDownCellUI.
- our class to bring up a dialog box to ask the ui to kill a server
- BaseAWTGUIShutDownCellUI(BaseAWTGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIShutDownCellUI
- BaseAWTGUIStopMonitorCellUI - class edu.mit.media.hive.agent.hiveui.BaseAWTGUIStopMonitorCellUI.
- our class to bring up a dialog box to ask the server to stop monitoring another server
- BaseAWTGUIStopMonitorCellUI(BaseAWTGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUIStopMonitorCellUI
- BaseAWTGUITextManipulationUI - class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI.
- an abstract class so we can display a text area, get the text area and then do something with that string
- BaseAWTGUITextManipulationUI(BaseAWTGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- BaseAWTGUITextManipulationUI.MonitorCell - class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI.MonitorCell.
- BaseAWTGUITextManipulationUI.MonitorCell() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI.MonitorCell
- BaseGUIAgentImpl - class edu.mit.media.hive.agent.hiveui.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
- BaseGUIAgentImpl() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- BaseSwingGUIAgentIconDisplayPanel - class edu.mit.media.hive.agent.hiveui.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
- BaseSwingGUIAgentIconDisplayPanel(BaseSwingGUIAgentImpl, ComponentManagerShadow, Image) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- BaseSwingGUIAgentIconDisplayPanel(BaseSwingGUIAgentImpl, ComponentManagerShadow, String) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- BaseSwingGUIAgentIconDisplayPanel(BaseSwingGUIAgentImpl, ComponentManagerShadow, String, Image) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- BaseSwingGUIAgentIconDisplayPanel.AgentIconCanvas - class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel.AgentIconCanvas.
- BaseSwingGUIAgentIconDisplayPanel.AgentIconCanvas() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel.AgentIconCanvas
- BaseSwingGUIAgentImpl - class edu.mit.media.hive.agent.hiveui.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
- BaseSwingGUIAgentImpl() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- BaseSwingGUICreateAgentByNameUI - class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI.
- create a dialog box that will cause an agent to be created on the local cell by its class name
- BaseSwingGUICreateAgentByNameUI(BaseSwingGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI
- BaseSwingGUICreateAgentUI - class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentUI.
- use this class to create a new agent on a specific cell
- BaseSwingGUICreateAgentUI(BaseSwingGUIAgentImpl, ComponentManagerShadow, String) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentUI
- BaseSwingGUIDisplayCellListButtonFrame - class edu.mit.media.hive.agent.hiveui.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.
- BaseSwingGUIDisplayCellListButtonFrame(BaseSwingGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- BaseSwingGUIMonitorCellUI - class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMonitorCellUI.
- craete a dialog box that will cause the agent to start monitoring another cell
- BaseSwingGUIMonitorCellUI(BaseSwingGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMonitorCellUI
- BaseSwingGUIMoveAgentUI - class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMoveAgentUI.
- use this class to move an agent to another cell
- BaseSwingGUIMoveAgentUI(BaseSwingGUIAgentImpl, ComponentManagerShadow, Agent) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMoveAgentUI
- BaseSwingGUIShutDownCellUI - class edu.mit.media.hive.agent.hiveui.BaseSwingGUIShutDownCellUI.
- our class to bring up a dialog box to ask the ui to kill a server
- BaseSwingGUIShutDownCellUI(BaseSwingGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIShutDownCellUI
- BaseSwingGUIStopMonitorCellUI - class edu.mit.media.hive.agent.hiveui.BaseSwingGUIStopMonitorCellUI.
- our class to bring up a dialog box to ask the server to stop monitoring another server
- BaseSwingGUIStopMonitorCellUI(BaseSwingGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUIStopMonitorCellUI
- BaseSwingGUITextManipulationUI - class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI.
- an abstract class so we can display a text area, get the text area and then do something with that string
- BaseSwingGUITextManipulationUI(BaseSwingGUIAgentImpl, ComponentManagerShadow) - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- BaseSwingGUITextManipulationUI.MonitorCell - class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI.MonitorCell.
- BaseSwingGUITextManipulationUI.MonitorCell() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI.MonitorCell
- BaseUIAgentImpl - class edu.mit.media.hive.agent.hiveui.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
- BaseUIAgentImpl() - Constructor for class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentUI
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMoveAgentUI
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIShutDownCellUI
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIStopMonitorCellUI
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentUI
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMoveAgentUI
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIShutDownCellUI
- buttonPressed() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIStopMonitorCellUI
C
- CreateAgentMenuItem - interface edu.mit.media.hive.agent.hiveui.CreateAgentMenuItem.
- cellControlAgents - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- changeMonitoringCellCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- The menu strings for the popup CellList menu
- changeShowCellAgentsCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- className - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentUI
- className - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentUI
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- a handle to the CMS so we don't need to look it up every time.
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- a handle to the CMS so we don't need to look it up every time.
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- cms - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- connectAgents(Agent, Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this method is used internally so we can create a connection between two agents
- connectAgentsCommand(Agent, Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Call this to connect two agents together
- connectCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- constructMenus() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- a helper function that reads the RDF files and stuff and creates the default menus that we are going to use
- constructMenus() - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- a helper function that reads the RDF files and stuff and creates the default menus that we are going to use
- constructMenus() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- a helper function that reads the RDF files and stuff and creates the default menus that we are going to use
- constructMenus() - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a helper function that reads the RDF files and stuff and creates the default menus that we are going to use
- createDisplayPanel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- createDisplayPanel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- createMenuItem(MenuElement) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- recursive function meant for creating the menu items
- createMenuItem(MenuElement) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- recursive function meant for creating the menu items
- createNewAgentCommand(String, CellAddress) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Call this to create an agent on a particular server
D
- defaultCellCmds - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- defaultCmds - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- disconnectAgentAllCommand(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Call this to disconnect all the agents
- disconnectAgentFromAll(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this is another internal method to handle when an agent disconnects from all other agents -- this is not implemented as just a series of calls to disconnectAgents as an optimization
- disconnectAgents(Agent, Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this is an internal method to handle the disconnection of two agents
- disconnectAgentsCommand(Agent, Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Call this to disconnect two agents
- disconnectAllCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a helper function which will determine the names of the menu items that should go on the popup menu for each agent
- disconnectCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- doBehavior() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- doBehavior() - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- doBehavior() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- doBehavior() - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- doCommand(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentByNameUI
- doCommand(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMonitorCellUI
- doCommand(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- doCommand(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI
- doCommand(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMonitorCellUI
- doCommand(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- doLocalCleanup() - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- get rid of all our active references
- doLocalSetup() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- do our local setup which just involves letting the BaseUIAgent do its stuff, and then we can lookup our agent component manager shadow
- doLocalSetup() - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- do our local setup which just involves letting the BaseUIAgent do its stuff, and then we can lookup our agent component manager shadow
- doLocalSetup() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- do our local setup which just involves letting the BaseUIAgent do its stuff, and then we can lookup our agent component manager shadow
- doLocalSetup() - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- start the monitoring of our agent monitoring agent -- this will get our handle to it, and it will then start up an event stream to it.
E
- edu.mit.media.hive.agent.hiveui - package edu.mit.media.hive.agent.hiveui
- error - Variable in class edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException
G
- getAccessibleVariable(Agent, String) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- get the variable inside a certain agent
- getAccessibleVariableNames(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- get the variable names for the agent configuration stuff
- getAccessibleVariableType(Agent, String) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- get the variable type for a certain varible in an agent
- getAgentAddress(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- another helper to find out what cell this agent is sitting on -- check if this returns null! the worst case scenario will have this return null as the cell address.
- getAgentIcon(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- getAgentName(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- another helper function -- this one gets the name of the agent so it can display it
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentByNameUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMonitorCellUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMoveAgentUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIShutDownCellUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIStopMonitorCellUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMonitorCellUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMoveAgentUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIShutDownCellUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIStopMonitorCellUI
- getButtonLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- getCellAddress() - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Returns the cell the uiAgent is running on.
- getClassName() - Method in interface edu.mit.media.hive.agent.hiveui.CreateAgentMenuItem
- get the name of the class we are creating
- getException() - Method in class edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException
- getFrameTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- getFrameTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentUI
- getFrameTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMoveAgentUI
- getFrameTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- getFrameTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentUI
- getFrameTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMoveAgentUI
- getInitialLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI
- getInitialLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMonitorCellUI
- getInitialLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- getMenuBar() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- a function that will return an AWT menu that is constructed off the information that is in the menu object
- getMenuBar() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- a function that will return an AWT menu that is constructed off the information that is in the menu object
- getMenuNames(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- getMonitoredCells() - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- get a vector of all the cells that we are monitoring.
- getTextLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentByNameUI
- getTextLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMonitorCellUI
- getTextLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- getTextLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI
- getTextLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMonitorCellUI
- getTextLabel() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUICreateAgentByNameUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIMonitorCellUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIShutDownCellUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIStopMonitorCellUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIMonitorCellUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIShutDownCellUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIStopMonitorCellUI
- getTitle() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- getVariablePropertyManipulator(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- helper function to get or create a variable property manipulator object
- guiAgent - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- guiAgent - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- guiAgent - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- guiAgent - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- guiAgent - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- guiAgent - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
I
- imageUpdate(Image, int, int, int, int, int) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel.AgentIconCanvas
- imageUpdate(Image, int, int, int, int, int) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel.AgentIconCanvas
- invokeCellMenuCommand(CellAddress, String) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a helper function to ask the UI to deal with a command for a cell (these are the commands that were returned out of the cell list popup menu)
- invokeMenuCommand(Agent, String) - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- deal with action commands (probably from the agent icon's popup menu) -- this method overrides the one i the BaseUIAgent so we can popup dialog boxes
- invokeMenuCommand(Agent, String) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a helper function to ask the agent to deal with a command (these are the commands that were returned out of the popup menu)
K
- killAgentCommand(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Call this to kill an agent
- killCellCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- killCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
M
- makeMenu(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- helper function to make a menu from a filename
- makeMenu(InputStream, String) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- helper function to create a menu from the input stream
- makeMenu(Node) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- another helper function to create an agent menu from a Node
- menu - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- monitorCell(CellAddress) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- start monitoring another cell.
- monitoredCells - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- moveAgentCommand(Agent, CellAddress) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Call this to move an agent from one server to another one
- moveCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- myAgentImage - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- myAgentImage - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- myAgentName - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- myAgentName - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- myFrame - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- myFrame - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- myFrame - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- myFrame - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- myImage - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel.AgentIconCanvas
- myImage - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel.AgentIconCanvas
- myPanel - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- myPanel - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- myPanel - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- myPanel - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- myPanel - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- myPanel - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
N
- notify(HiveEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- handle the event stream as it comes in
P
- paint(Graphics) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel.AgentIconCanvas
- paint(Graphics) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel.AgentIconCanvas
- panel - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- panel - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
- pingAddress(CellAddress) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a helper function for ourselves to ping a cell.
- propertiesCmd - Static variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
R
- removeAgent(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this method is used internally to remove an agent from the agent graph and then to cause the UI to update itself because this new agent has come onto the scene
- renderAgentMessage(Agent, Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this method needs to be implemented so agent messaging can be drawn
- renderCellReport(CellReportCellEvent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this method needs to be implemented so the server reports go somwhere
- renderConnectAgents(Agent, Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a method which needs to be implemented -- when two agents connect, this method will be called.
- renderDisconnectAgents(Agent, Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a method which needs to be implemented -- when two agents disconnect, this method will be called to display the change to the screen
- renderDisconnectFromAll(Agent, Agent[], Agent[]) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- this method needs to be implemented for when an agent disconnects from all
- renderNewAgent(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a method which needs to be implemented -- this means that another agent has arrived on the scene and it needs to be drawn to the UI
- renderRemoveAgent(Agent, CellAddress, Agent[], Agent[]) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a method which needs to be implemented -- this means that an agent has been removed from the scene and this change needs to be rendered.
- replaceInvokeCommands(MenuFolder) - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- helper function to go through menu folders and replace all the menu items with new menu items with different invoke statements
S
- serverListChoice - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentIconDisplayPanel
- serverListChoice - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
- the actual menu that will be filled with the choices
- serverListChoice - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentIconDisplayPanel
- serverListChoice - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
- the actual menu that will be filled with the choices
- setAccessibleVariable(Agent, String, Object) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- set a variable for a certain agent
- showConfigureAgentDialogBox(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- method to bring up a variable sheet editor
- showConfigureAgentDialogBox(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- method to bring up a variable sheet editor
- showConfigureAgentDialogBox(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- method to bring up a variable sheet editor
- showCreateAgentByNameDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- method to bring up a dialog box to create an agent by its java class name
- showCreateAgentByNameDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- method to bring up a dialog box to create an agent by its java class name
- showCreateAgentByNameDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- method to bring up a dialog box to create an agent by its java class name
- showCreateAgentDialogBox(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- method to bring up the dialog box with the agent icon and stuff like that
- showCreateAgentDialogBox(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- method to bring up the dialog box with the agent icon and stuff like that
- showCreateAgentDialogBox(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- method to bring up the dialog box with the agent icon and stuff like that
- showMoveAgentDialogBox(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- method to bring up the dialog box with the agent icon for movement
- showMoveAgentDialogBox(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- method to bring up the dialog box with the agent icon for movement
- showMoveAgentDialogBox(Agent) - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- method to bring up the dialog box with the agent icon for movement
- showShutdownCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- method to bring up a dialog box containing which servers we want to shut down
- showShutdownCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- method to bring up a dialog box containing which servers we want to shut down
- showShutdownCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- method to bring up a dialog box containing which servers we want to shut down
- showStartMonitorCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- method to bring up a dialog box to start monitoring another cell
- showStartMonitorCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- method to bring up a dialog box to start monitoring another cell
- showStartMonitorCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- method to bring up a dialog box to start monitoring another cell
- showStopMonitorCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseAWTGUIAgentImpl
- method to bring up a dialog box containing which server we want to stop monitoring
- showStopMonitorCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseGUIAgentImpl
- method to bring up a dialog box containing which server we want to stop monitoring
- showStopMonitorCellDialogBox() - Method in class edu.mit.media.hive.agent.hiveui.BaseSwingGUIAgentImpl
- method to bring up a dialog box containing which server we want to stop monitoring
- shutdownCellCommand(CellAddress) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- Call this to shutdown a server.
- stopMonitoringCell(CellAddress) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- stop monitoring another cell.
- stripWhiteSpace(String) - Method in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
T
- textField - Variable in class edu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- textField - Variable in class edu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
U
- UnableToCreateTreeException - exception edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException.
- this exception is just used whenever we cannot create a tree for a given data model
- UnableToCreateTreeException() - Constructor for class edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException
- UnableToCreateTreeException(String) - Constructor for class edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException
- UnableToCreateTreeException(Exception) - Constructor for class edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException
- UnableToCreateTreeException(String, Exception) - Constructor for class edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException
- unknownAgentIcon - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a helper function that will get the icon for a certain agent -- this will go pretty hardcore to get an image.
V
- variablePropertyManipulators - Variable in class edu.mit.media.hive.agent.hiveui.BaseUIAgentImpl
- a mapping between agents and their BeanManipulators -- this way we do not need to go through reflection all those times
A B C D E G I K M N P R S T U V
|
|||||||||
Home >> All >> edu >> mit >> media >> hive >> agent >> [ hiveui overview ] | PREV NEXT |