Package org.erlide.engine.model.root

Examples of org.erlide.engine.model.root.IErlElement.addChild()


            return null;
        }
        final IErlFolder f = new ErlFolder(parent, folder);
        final IErlElement p = parent;
        if (p != null) {
            p.addChild(f);
        } else {
            // ErlLogger.warn("creating folder %s in null parent?!", folder
            // .getName());
        }
        return f;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.