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

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

class BaseSwingGUIShutDownCellUI
extends BaseSwingGUIDisplayCellListButtonFrame

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  BaseSwingGUIAgentImpl guiAgent
           
protected  javax.swing.JComboBox serverListChoice
          the actual menu that will be filled with the choices
 
Constructor Summary
BaseSwingGUIShutDownCellUI(BaseSwingGUIAgentImpl 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 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

Constructor Detail

BaseSwingGUIShutDownCellUI

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

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