|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ks.client.unimplemented.NotYetImplemented
Used to pop up dialog box for all non-implemented features.
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 java.util.Vector |
provided
provided set of interfaces. |
protected java.util.Vector |
required
required set of interfaces. |
Constructor Summary | |
NotYetImplemented()
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. |
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
Constructor Detail |
public NotYetImplemented()
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |