Package org.springframework.ide.eclipse.beans.ui.editor.hyperlink

Examples of org.springframework.ide.eclipse.beans.ui.editor.hyperlink.MethodHyperlinkCalculator


    registerHyperlinkCalculator("depends-on", beanRef);
    registerHyperlinkCalculator("ref", beanRef);
    registerHyperlinkCalculator("property-placeholder", "defaults-ref", beanRef);
    registerHyperlinkCalculator("interface", new ClassHyperlinkCalculator());

    MethodHyperlinkCalculator methodRef = new RegistrationMethodHyperlinkCalculator();
    registerHyperlinkCalculator("registration-method", methodRef);
    registerHyperlinkCalculator("unregistration-method", methodRef);

  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.beans.ui.editor.hyperlink.MethodHyperlinkCalculator

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.