java.lang.Object
edu.mit.media.hive.agent.hiveui.BaseSwingGUIDisplayCellListButtonFrame
edu.mit.media.hive.agent.hiveui.BaseSwingGUIStopMonitorCellUI
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- class BaseSwingGUIStopMonitorCellUI
- extends BaseSwingGUIDisplayCellListButtonFrame
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 BaseSwingGUIAgentImpl guiAgent
cms
protected edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms
serverListChoice
protected javax.swing.JComboBox serverListChoice
- the actual menu that will be filled with the choices
BaseSwingGUIStopMonitorCellUI
public BaseSwingGUIStopMonitorCellUI(BaseSwingGUIAgentImpl guiAgent,
edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms)
getButtonLabel
protected java.lang.String getButtonLabel()
- Specified by:
getButtonLabel
in class BaseSwingGUIDisplayCellListButtonFrame
getTitle
protected java.lang.String getTitle()
- Specified by:
getTitle
in class BaseSwingGUIDisplayCellListButtonFrame
buttonPressed
protected void buttonPressed()
- Specified by:
buttonPressed
in class BaseSwingGUIDisplayCellListButtonFrame
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