Uses of Interface
org.hecl.ClassCommand

Packages that use ClassCommand
org.hecl   
org.hecl.files   
org.hecl.java   
org.hecl.midp20.lcdui   
 

Uses of ClassCommand in org.hecl
 

Classes in org.hecl that implement ClassCommand
 class AnonProc
          The AnonProc class implements anonymous procedures, created like so: set aproc [proc {x} { puts $x }]
 

Methods in org.hecl that return ClassCommand
 ClassCommand ClassCommandInfo.getCommand()
          Gets the ClassCommand to be called for methodes on instances.
 

Methods in org.hecl with parameters of type ClassCommand
 void Interp.addClassCmd(java.lang.Class clazz, ClassCommand cmd)
          Add a new class command to an Interp.
 

Uses of ClassCommand in org.hecl.files
 

Classes in org.hecl.files that implement ClassCommand
 class HeclStreamCmds
          The HeclStreamCmds class implements command handlers for DataInputStream and DataOutputStream, which are handled as "class commands".
 

Uses of ClassCommand in org.hecl.java
 

Classes in org.hecl.java that implement ClassCommand
 class JavaCmd
          The JavaCmd class is utilized to implement Hecl commands that can interact with Java classes.
 

Uses of ClassCommand in org.hecl.midp20.lcdui
 

Classes in org.hecl.midp20.lcdui that implement ClassCommand
 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