java.lang.Object
edu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
edu.mit.media.hive.agent.hiveui.BaseAWTGUIStopMonitorCellUI
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- class BaseAWTGUIStopMonitorCellUI
- extends BaseAWTGUIDisplayCellListButtonFrame
our class to bring up a dialog box to ask the server to stop
monitoring another server
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
guiAgent
protected BaseAWTGUIAgentImpl guiAgent
cms
protected edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms
serverListChoice
protected java.awt.Choice serverListChoice
- the actual menu that will be filled with the choices
BaseAWTGUIStopMonitorCellUI
public BaseAWTGUIStopMonitorCellUI(BaseAWTGUIAgentImpl guiAgent,
edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms)
getButtonLabel
protected java.lang.String getButtonLabel()
- Specified by:
getButtonLabel
in class BaseAWTGUIDisplayCellListButtonFrame
getTitle
protected java.lang.String getTitle()
- Specified by:
getTitle
in class BaseAWTGUIDisplayCellListButtonFrame
buttonPressed
protected void buttonPressed()
- Specified by:
buttonPressed
in class BaseAWTGUIDisplayCellListButtonFrame
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener