jaxx.compiler
Class SwingGenerator

java.lang.Object
  extended by jaxx.compiler.SwingGenerator
All Implemented Interfaces:
Generator

public class SwingGenerator
extends java.lang.Object
implements Generator

Author:
chemit

Constructor Summary
SwingGenerator()
           
 
Method Summary
 void finalizeCompiler(CompiledObject root, JAXXCompiler compiler, JavaFile javaFile, java.lang.String packageName, java.lang.String className)
           
 void prepareJavaFile(CompiledObject root, JAXXCompiler compiler, JavaFile javaFile, java.lang.String packageName, java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingGenerator

public SwingGenerator()
Method Detail

finalizeCompiler

public void finalizeCompiler(CompiledObject root,
                             JAXXCompiler compiler,
                             JavaFile javaFile,
                             java.lang.String packageName,
                             java.lang.String className)
Specified by:
finalizeCompiler in interface Generator

prepareJavaFile

public void prepareJavaFile(CompiledObject root,
                            JAXXCompiler compiler,
                            JavaFile javaFile,
                            java.lang.String packageName,
                            java.lang.String className)
                     throws java.lang.ClassNotFoundException
Specified by:
prepareJavaFile in interface Generator
Throws:
java.lang.ClassNotFoundException


Copyright © 2008-2009 CodeLutin. All Rights Reserved.