| java.lang.Object org.hecl.midp20.lcdui.OptionCmd org.hecl.midp20.lcdui.DisplayableCmd org.hecl.midp20.lcdui.ScreenCmd org.hecl.midp20.lcdui.FormCmd
Constructor Summary | |
protected | FormCmd() |
Method Summary | |
public Thing | cget(Interp ip, Object target, String optname) | public Thing | cmdCode(Interp interp, Thing[] argv) | public void | cset(Interp ip, Object target, String optname, Thing optval) | public Thing | handlecmd(Interp ip, Object target, String subcmd, Thing[] argv, int startat) | public void | itemcreate(Interp ip, String what, Thing[] argv, int startat) | public static void | load(Interp ip) | public static void | unload(Interp ip) |
FormCmd | protected FormCmd()(Code) | | |
Methods inherited from org.hecl.midp20.lcdui.OptionCmd | protected Thing cget(Interp ip, Object target, String optname) throws HeclException(Code)(Java Doc) public void configure(Interp ip, Object target, Thing[] argv, int start, int n) throws HeclException(Code)(Java Doc) protected void cset(Interp ip, Object target, String optname, Thing optval) throws HeclException(Code)(Java Doc) protected Thing handlecmd(Interp ip, Object target, String subcmd, Thing[] argv, int startat) throws HeclException(Code)(Java Doc) protected Thing itemcget(Interp ip, Object target, int itemno, String optname) throws HeclException(Code)(Java Doc) protected void itemcset(Interp ip, Object target, int itemno, String optname, Thing optval) throws HeclException(Code)(Java Doc) public Thing method(Interp ip, ClassCommandInfo context, Thing[] argv) throws HeclException(Code)(Java Doc) public Object setInstanceProperties(Interp ip, Object target, Properties p) throws HeclException(Code)(Java Doc)
|
|
|