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

java.lang.Object
  extended byedu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
      extended byedu.mit.media.hive.agent.hiveui.BaseAWTGUIMonitorCellUI

class BaseAWTGUIMonitorCellUI
extends BaseAWTGUITextManipulationUI

craete a dialog box that will cause the agent to start monitoring another cell


Nested Class Summary
(package private)  class BaseAWTGUITextManipulationUI.MonitorCell
           
 
Field Summary
protected  edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms
           
protected  BaseAWTGUIAgentImpl guiAgent
           
 
Constructor Summary
BaseAWTGUIMonitorCellUI(BaseAWTGUIAgentImpl guiAgent, edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms)
           
 
Method Summary
 void doCommand(java.lang.String string)
           
 java.lang.String getButtonLabel()
           
 java.lang.String getTextLabel()
           
 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
Constructor Detail

BaseAWTGUIMonitorCellUI

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

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in class BaseAWTGUITextManipulationUI

getTextLabel

public java.lang.String getTextLabel()
Specified by:
getTextLabel in class BaseAWTGUITextManipulationUI

getButtonLabel

public java.lang.String getButtonLabel()
Specified by:
getButtonLabel in class BaseAWTGUITextManipulationUI

doCommand

public void doCommand(java.lang.String string)
Specified by:
doCommand in class BaseAWTGUITextManipulationUI