|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.ccacmd.CmdActionCCA
gov.sandia.ccaffeine.dc.user_iface.ccacmd.CmdActionCCADisplay
public class CmdActionCCADisplay
Constructor Summary | |
---|---|
CmdActionCCADisplay()
|
Method Summary | |
---|---|
java.lang.String |
argtype()
Describes the args Vector wanted by this Command. |
void |
doIt(CmdContext cc,
java.util.Vector args)
Does the action, called with the global context of the interpreter // and with a vector that matches the signature given by argtype(). |
java.lang.String |
help()
Returns a string containing the description of this command. |
java.lang.String[] |
names()
name(s) of the function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmdActionCCADisplay()
Method Detail |
---|
public java.lang.String argtype()
CmdAction
argtype
in interface CmdAction
public java.lang.String[] names()
CmdAction
names
in interface CmdAction
public java.lang.String help()
CmdAction
help
in interface CmdAction
public void doIt(CmdContext cc, java.util.Vector args)
CmdAction
doIt
in interface CmdAction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |