Package org.cfeclipse.frameworks.fusebox.objects

Examples of org.cfeclipse.frameworks.fusebox.objects.XFAFolder


             circ.setCircuitFile(getCircuitFile());
          
             // this should work?! circ.setParent(this.fbxapp);
             //Before we add any XFA's we should check if there are some, if so we add a folder
            
             XFAFolder xfas = new XFAFolder();
               FBXxfa myxfa = new FBXxfa("Test", "contiky");
               myxfa.setParent(xfas);

             //xfas.addChild(myxfa);
                    
View Full Code Here

TOP

Related Classes of org.cfeclipse.frameworks.fusebox.objects.XFAFolder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.