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

java.lang.Object
  extended byedu.mit.media.hive.agent.hiveui.BaseSwingGUITextManipulationUI
      extended byedu.mit.media.hive.agent.hiveui.BaseSwingGUICreateAgentByNameUI

class BaseSwingGUICreateAgentByNameUI
extends BaseSwingGUITextManipulationUI

create a dialog box that will cause an agent to be created on the local cell by its class name


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

cms

protected edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms
Constructor Detail

BaseSwingGUICreateAgentByNameUI

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

getInitialLabel

public java.lang.String getInitialLabel()
Specified by:
getInitialLabel in class BaseSwingGUITextManipulationUI

getTitle

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

getTextLabel

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

getButtonLabel

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

doCommand

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