Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.mit.media.hive.agent.hiveui
Class BaseAWTGUIStopMonitorCellUI  view BaseAWTGUIStopMonitorCellUI download BaseAWTGUIStopMonitorCellUI.java

java.lang.Object
  extended byedu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
      extended byedu.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


Field Summary
protected  edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms
           
protected  BaseAWTGUIAgentImpl guiAgent
           
protected  java.awt.Choice serverListChoice
          the actual menu that will be filled with the choices
 
Constructor Summary
BaseAWTGUIStopMonitorCellUI(BaseAWTGUIAgentImpl guiAgent, edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
protected  void buttonPressed()
           
protected  java.lang.String getButtonLabel()
           
protected  java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

BaseAWTGUIStopMonitorCellUI

public BaseAWTGUIStopMonitorCellUI(BaseAWTGUIAgentImpl guiAgent,
                                   edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms)
Method Detail

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