Package org.springframework.ide.eclipse.config.ui.hyperlinks

Examples of org.springframework.ide.eclipse.config.ui.hyperlinks.ClassHyperlinkProvider


      public void modifyAttribute() {
        editAttribute(attr, text.getText());
      }

      public void openHyperlink() {
        XmlBackedHyperlinkProvider provider = new ClassHyperlinkProvider(getConfigEditor().getTextViewer(),
            getInput(), attr);
        if (!provider.open(text.getText())) {
          openNewClassWizard(attr, text.getText());
        }
      }

      @Override
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.config.ui.hyperlinks.ClassHyperlinkProvider

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.