Package org.jdesktop.wonderland.modules.contentrepo.client.ui.modules

Examples of org.jdesktop.wonderland.modules.contentrepo.client.ui.modules.ModuleRootContentCollection


        // Add the Module tree root, using a wrapper for the content repo to
        // present the modules properly
        try {
            ContentCollection moduleCollection =
                    new ModuleRootContentCollection(repo);
            jtree.addTreeRoot(BUNDLE.getString("Modules"), moduleCollection);
            factoryMap.put(moduleCollection, new ModuleNodeURIFactory());
        } catch (ContentRepositoryException excp) {
            logger.log(Level.WARNING, "Unable to create module root", excp);
        }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.contentrepo.client.ui.modules.ModuleRootContentCollection

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.