Package de.fu_berlin.inf.dpp.util.pico

Examples of de.fu_berlin.inf.dpp.util.pico.ChildContainer


     * Injects dependencies into the annotated fields of the given object. This
     * method should be used for objects that were created by Eclipse, which
     * have a different life cycle than the Saros plug-in.
     */
    public synchronized void initComponent(Object toInjectInto) {
        ChildContainer dummyContainer = this.container
            .getComponent(ChildContainer.class);
        dummyContainer.reinject(toInjectInto);
        this.container.removeChildContainer(dummyContainer);
    }
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.util.pico.ChildContainer

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.