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 BaseAWTGUIShutDownCellUI  view BaseAWTGUIShutDownCellUI download BaseAWTGUIShutDownCellUI.java

java.lang.Object
  extended byedu.mit.media.hive.agent.hiveui.BaseAWTGUIDisplayCellListButtonFrame
      extended byedu.mit.media.hive.agent.hiveui.BaseAWTGUIShutDownCellUI
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class BaseAWTGUIShutDownCellUI
extends BaseAWTGUIDisplayCellListButtonFrame

our class to bring up a dialog box to ask the ui to kill a 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
BaseAWTGUIShutDownCellUI(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

BaseAWTGUIShutDownCellUI

public BaseAWTGUIShutDownCellUI(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