|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.gui.guicmd.CmdActionGUI
gov.sandia.ccaffeine.dc.user_iface.gui.guicmd.CmdActionGUIRemove
public class CmdActionGUIRemove
CmdActionGUIRemove.java
| Constructor Summary | |
|---|---|
CmdActionGUIRemove()
|
|
| 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 CmdActionGUIRemove()
| Method Detail |
|---|
public java.lang.String argtype()
CmdAction
argtype in interface CmdActionpublic java.lang.String[] names()
CmdAction
names in interface CmdActionpublic 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 | ||||||||