|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttcl.lang.Extension
itcl.lang.ItclExtension
public class ItclExtension
Constructor Summary | |
---|---|
ItclExtension()
|
Method Summary | |
---|---|
void |
cmdProc(Interp interp,
TclObject[] objv)
|
void |
init(Interp interp)
Initialize the Extension to run in a normal (unsafe) interpreter. |
Methods inherited from class tcl.lang.Extension |
---|
loadOnDemand, safeInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItclExtension()
Method Detail |
---|
public void init(Interp interp) throws TclException
Extension
init
in class Extension
interp
- current interpreter.
TclException
public void cmdProc(Interp interp, TclObject[] objv) throws TclException
cmdProc
in interface Command
TclException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |