[Buix-commits] r1501 - trunk/guix-compiler/src/main/java/org/nuiton/guix/tags
Author: kmorin Date: 2009-07-22 15:06:43 +0200 (Wed, 22 Jul 2009) New Revision: 1501 Added: trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/ApplicationHandler.java trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/PanelHandler.java Log: Removed the general taghandlers (I kept the one useful for the tests) Generation of the binding after the generation of the non-dynamic code : I made a copy of GuixLauncher working with DataBinding and DataSource classes, but it seems to be working without Added: trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/ApplicationHandler.java =================================================================== --- trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/ApplicationHandler.java (rev 0) +++ trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/ApplicationHandler.java 2009-07-22 13:06:43 UTC (rev 1501) @@ -0,0 +1,20 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package org.nuiton.guix.tags; + +/** + * + * @author kevin + */ +public abstract class ApplicationHandler extends DefaultTagHandler { + + /** + * Constructor + */ + public ApplicationHandler() { + + } +} Added: trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/PanelHandler.java =================================================================== --- trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/PanelHandler.java (rev 0) +++ trunk/guix-compiler/src/main/java/org/nuiton/guix/tags/PanelHandler.java 2009-07-22 13:06:43 UTC (rev 1501) @@ -0,0 +1,20 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package org.nuiton.guix.tags; + +/** + * + * @author kevin + */ +public abstract class PanelHandler extends DefaultTagHandler { + + /** + * Constructor + */ + public PanelHandler() { + + } +}
participants (1)
-
kmorin@users.labs.libre-entreprise.org