Uses of Interface
tcl.lang.CommandWithDispose

Packages that use CommandWithDispose
tcl.lang   
tcl.lang.cmd   
tcl.pkg.itcl   
tcl.pkg.java   
 

Uses of CommandWithDispose in tcl.lang
 

Classes in tcl.lang that implement CommandWithDispose
 class Procedure
          This class implements the body of a Tcl procedure.
 

Uses of CommandWithDispose in tcl.lang.cmd
 

Classes in tcl.lang.cmd that implement CommandWithDispose
 class InterpAliasCmd
          This class implements the alias commands, which are created in response to the built-in "interp alias" command in Tcl.
 class InterpSlaveCmd
          This class implements the slave interpreter commands, which are created in response to the built-in "interp create" command in Tcl.
 

Uses of CommandWithDispose in tcl.pkg.itcl
 

Classes in tcl.pkg.itcl that implement CommandWithDispose
static class Methods.ExecMethod
           
static class Methods.ExecProc
           
 

Uses of CommandWithDispose in tcl.pkg.java
 

Classes in tcl.pkg.java that implement CommandWithDispose
 class ReflectObject
          A ReflectObject is used to create and access arbitrary Java objects using the Java Reflection API.
 



Copyright © 2015. All rights reserved.