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

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


    super(textViewer, input, attrName);
  }

  @Override
  protected IHyperlinkCalculator createHyperlinkCalculator() {
    return new FieldHyperlinkCalculator();
  }
View Full Code Here


    registerHyperlinkCalculator("map-class", typeRef);
    registerHyperlinkCalculator("set-class", typeRef);
    registerHyperlinkCalculator("value-type", typeRef);
    registerHyperlinkCalculator("key-type", typeRef);

    registerHyperlinkCalculator("constant", "static-field", new FieldHyperlinkCalculator());
  }
View Full Code Here

TOP

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

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.