Package org.eclipse.emf.common.ui

Examples of org.eclipse.emf.common.ui.URIEditorInput


      }
      else {
        // use EMF URI (readonly) input - will open without validation though...
        // (Could be improved, i.e. perform a download, make readonly, and keep in project,
        // or stored in tmp, and processed as the other linked resources..
        URIEditorInput uriInput = new URIEditorInput(URI.createURI(uri.toString()), name);
        super.init(site, uriInput);
        return;
      }
      return;
    }
View Full Code Here

TOP

Related Classes of org.eclipse.emf.common.ui.URIEditorInput

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.