org.nuiton.guix.generator
Class SwingMainClassGenerator

java.lang.Object
  extended by org.nuiton.guix.generator.SwingMainClassGenerator

public class SwingMainClassGenerator
extends java.lang.Object

Generator of the launcher class

Author:
morin

Constructor Summary
SwingMainClassGenerator(GuixModelObject gmo)
          Constructor
 
Method Summary
 void generate(java.io.File out)
          Generates the code of the file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingMainClassGenerator

public SwingMainClassGenerator(GuixModelObject gmo)
Constructor

Parameters:
gmo - the GuixModelObject that represents the master class of the application
Method Detail

generate

public void generate(java.io.File out)
Generates the code of the file

Parameters:
out - the file to record the content


Copyright © 2009 CodeLutin. All Rights Reserved.