|
|||||||||
Home >> All >> edu >> mit >> media >> hive >> agent >> [ hiveui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.mit.media.hive.agent.hiveui
Class BaseAWTGUITextManipulationUI

java.lang.Objectedu.mit.media.hive.agent.hiveui.BaseAWTGUITextManipulationUI
- Direct Known Subclasses:
- BaseAWTGUICreateAgentByNameUI, BaseAWTGUIMonitorCellUI
- abstract class BaseAWTGUITextManipulationUI
- extends java.lang.Object
an abstract class so we can display a text area, get the text area and then do something with that string
Nested Class Summary | |
(package private) class |
BaseAWTGUITextManipulationUI.MonitorCell
|
Field Summary | |
protected edu.mit.media.hive.shadow.cell.ComponentManagerShadow |
cms
|
protected BaseAWTGUIAgentImpl |
guiAgent
|
private java.awt.Frame |
myFrame
|
private java.awt.Panel |
myPanel
|
private java.awt.Panel |
panel
|
private java.awt.TextField |
textField
|
Constructor Summary | |
BaseAWTGUITextManipulationUI(BaseAWTGUIAgentImpl guiAgent,
edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms)
|
Method Summary | |
abstract void |
doCommand(java.lang.String string)
|
abstract java.lang.String |
getButtonLabel()
|
abstract java.lang.String |
getTextLabel()
|
abstract 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
myFrame
private java.awt.Frame myFrame
myPanel
private java.awt.Panel myPanel
panel
private java.awt.Panel panel
textField
private java.awt.TextField textField
Constructor Detail |
BaseAWTGUITextManipulationUI
public BaseAWTGUITextManipulationUI(BaseAWTGUIAgentImpl guiAgent, edu.mit.media.hive.shadow.cell.ComponentManagerShadow cms)
Method Detail |
getTitle
public abstract java.lang.String getTitle()
getTextLabel
public abstract java.lang.String getTextLabel()
getButtonLabel
public abstract java.lang.String getButtonLabel()
doCommand
public abstract void doCommand(java.lang.String string)
|
|||||||||
Home >> All >> edu >> mit >> media >> hive >> agent >> [ hiveui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |