|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hecl.midp20.lcdui.OptionCmd
org.hecl.midp20.lcdui.CommandCmd
public class CommandCmd
| Constructor Summary | |
|---|---|
protected |
CommandCmd()
|
| Method Summary | |
|---|---|
Thing |
cget(Interp ip,
java.lang.Object target,
java.lang.String optname)
|
Thing |
cmdCode(Interp interp,
Thing[] argv)
The cmdCode method takes an interpreter and an array of
Things, performs some calculations, and returns a Thing
representing the computed value, or null. |
static void |
load(Interp ip)
|
static void |
unload(Interp ip)
|
| Methods inherited from class org.hecl.midp20.lcdui.OptionCmd |
|---|
configure, cset, handlecmd, itemcget, itemcset, method, setInstanceProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CommandCmd()
| Method Detail |
|---|
public static void load(Interp ip)
public static void unload(Interp ip)
public Thing cmdCode(Interp interp,
Thing[] argv)
throws HeclException
CommandcmdCode method takes an interpreter and an array of
Things, performs some calculations, and returns a Thing
representing the computed value, or null.
interp - an Interp valueargv - a Thing[] value
Thing representing the computed value, or
null.
HeclException - if an error occurs
public Thing cget(Interp ip,
java.lang.Object target,
java.lang.String optname)
throws HeclException
cget in class OptionCmdHeclException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||