| java.lang.Object tcl.lang.AdaptorGen
AdaptorGen | class AdaptorGen (Code) | | AdaptorGen is the event adaptor class generator. It can generate an
event adaptor class that implements any given JavaBean event
interface. The generated class is used to provide a callback
mechanism for JavaBeans to invoke Tcl scripts.
The program in src/test/AdaptorGenTest.java can be used to test the
operation of the AdaptorGen class -- it saves the data generated by
the AdaptorGen class into a .class file, which can then be examined
using tools such as javap.
|
Inner Class :class ConstUtf | |
Inner Class :class ConstString | |
Inner Class :class ConstClass | |
Inner Class :class ConstNameAndType | |
Inner Class :class ConstMethodRef | |
Inner Class :class MethodDesc | |
cp_consDesc | MethodDesc cp_consDesc(Code) | | |
cp_listener_interface | short cp_listener_interface(Code) | | |
cp_methodDesc | MethodDesc cp_methodDesc(Code) | | |
cp_processEvent | short cp_processEvent(Code) | | |
cp_super_class | short cp_super_class(Code) | | |
cp_super_cons | short cp_super_cons(Code) | | |
cp_this_class | short cp_this_class(Code) | | |
cp_wrongException | short cp_wrongException(Code) | | |
cp_getReturnMethodRef | short cp_getReturnMethodRef(Class retType)(Code) | | |
cp_getWrapperConstructor | short cp_getWrapperConstructor(Class primType)(Code) | | |
cp_putMethodDesc | MethodDesc cp_putMethodDesc(String name, String descriptor, boolean generateID)(Code) | | |
|
|