Package edu.indiana.extreme.xbaya.component.registry

Examples of edu.indiana.extreme.xbaya.component.registry.ComponentRegistryLoader.load()


            LocalComponentRegistry registry = new LocalComponentRegistry(
                    directory);
            // move to another thread using loader.
            ComponentRegistryLoader loader = new ComponentRegistryLoader(
                    this.engine);
            loader.load(registry);
        }
    }
}

/*
 
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.