|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ks.client.monitorgui.MonitorGUI
Used to pop up dialog box to test Monitor code.
Since V1.6.4 this class implements IInterpretMessage to be able to use this with Core clients.
Creation date: (10/21/01 8:17:30 PM)
Field Summary | |
protected IClientInterface |
helper
Entity to whom we communicate our commands. |
protected java.util.Properties |
props
Props used during configuration. |
protected java.util.Vector |
provided
provided set of interfaces. |
protected java.util.Vector |
required
required set of interfaces. |
Constructor Summary | |
MonitorGUI()
Needed for Block component. |
Method Summary | |
boolean |
activate()
Nothing to do here, really. |
void |
closeButton_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment |
boolean |
connect(IBlock block,
java.lang.String interfaceName)
|
void |
customize(java.util.Hashtable properties)
|
void |
deactivate()
Nothing to do here. |
java.util.Enumeration |
getProvided()
We expose ProcessCommand interface. |
java.util.Enumeration |
getRequired()
We expose ProcessCommand and IOutput required interfaces. |
Command |
interpretCommandString(java.lang.String action,
java.util.Iterator args)
Interpret commands (if any). |
void |
makeVisible(java.awt.Frame parent,
java.lang.String name,
boolean show)
|
boolean |
processMessage(Message m)
Needed as part of IInterpretMessage. |
java.util.Enumeration |
propertyKeys()
|
java.lang.String |
propertyValue(java.lang.String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector provided
protected java.util.Vector required
protected java.util.Properties props
protected IClientInterface helper
Constructor Detail |
public MonitorGUI()
Method Detail |
public void closeButton_ActionPerformed(java.awt.event.ActionEvent actionEvent)
public boolean processMessage(Message m)
public boolean activate() throws java.lang.Exception
java.lang.Exception
edu.wpi.cs.cs509.cmi.interfaces.IBlock#activate()
public boolean connect(IBlock block, java.lang.String interfaceName) throws java.lang.Exception
java.lang.Exception
public void deactivate() throws java.lang.Exception
java.lang.Exception
edu.wpi.cs.cs509.cmi.interfaces.IBlock#deactivate()
public java.util.Enumeration getProvided()
edu.wpi.cs.cs509.cmi.interfaces.IBlock#getProvided()
public java.util.Enumeration getRequired()
edu.wpi.cs.cs509.cmi.interfaces.IBlock#getRequired()
public void customize(java.util.Hashtable properties) throws java.lang.Exception
java.lang.Exception
public void makeVisible(java.awt.Frame parent, java.lang.String name, boolean show)
public Command interpretCommandString(java.lang.String action, java.util.Iterator args)
public java.util.Enumeration propertyKeys() throws java.lang.Exception
java.lang.Exception
public java.lang.String propertyValue(java.lang.String key) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |