|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
---|---|
org.hecl | |
org.hecl.files | |
org.hecl.java | |
org.hecl.midp20 | |
org.hecl.midp20.lcdui | |
org.hecl.rms |
Uses of Command in org.hecl |
---|
Classes in org.hecl that implement Command | |
---|---|
class |
MathCmds
The MathCmds class implements a variety of math
commands, depending on which version of Java Hecl is compiled for. |
class |
Operator
The Operator class implements a number of features
that are used in the creation of groups of commands, such as those
found in InterpCmds, ListCmds, and so on. |
Methods in org.hecl with parameters of type Command | |
---|---|
java.lang.String |
Interp.addCommand(java.lang.String name,
Command c)
Add a new command to an Interp . |
Uses of Command in org.hecl.files |
---|
Classes in org.hecl.files that implement Command | |
---|---|
class |
FileCmds
The FileCmds class implements various file commands -
most importantly, open, but also various operations to check
whether a file exists, is readable, is a directory, and so on. |
Uses of Command in org.hecl.java |
---|
Classes in org.hecl.java that implement Command | |
---|---|
class |
HeclJavaCmd
The HeclJavaCmd class implements the "java" command,
which can be used to access, instantiate and call methods of Java
classes. |
class |
JavaCmd
The JavaCmd class is utilized to implement Hecl
commands that can interact with Java classes. |
class |
NullCmd
The NullCmd class implements the "null" command,
returning an ObjectThing containing 'null'. |
Uses of Command in org.hecl.midp20 |
---|
Classes in org.hecl.midp20 that implement Command | |
---|---|
class |
MidletCmd
|
Uses of Command in org.hecl.midp20.lcdui |
---|
Classes in org.hecl.midp20.lcdui that implement Command | |
---|---|
class |
AlertCmd
|
class |
CanvasCmd
|
class |
ChoiceGroupCmd
|
class |
CommandCmd
|
class |
DateFieldCmd
|
class |
DisplayableCmd
|
class |
EventCmd
|
class |
FormCmd
|
class |
GraphicsCmd
|
class |
ImageCmd
|
class |
ImageItemCmd
|
class |
ItemCmd
|
class |
ListCmd
|
class |
OptionCmd
|
class |
ScreenCmd
|
class |
SettingsCmd
|
class |
SpacerCmd
|
class |
StringItemCmd
|
class |
TextBoxCmd
|
class |
TextFieldCmd
|
class |
TickerCmd
|
Uses of Command in org.hecl.rms |
---|
Classes in org.hecl.rms that implement Command | |
---|---|
class |
RMSCmd
The RMSCmd class implements the record store related commands. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |