Package org.eclipse.orion.internal.server.servlets.workspace

Examples of org.eclipse.orion.internal.server.servlets.workspace.ProjectParentDecorator


   */
  private void registerServices() {
    //adds the import/export locations to representations
    transferDecoratorRegistration = bundleContext.registerService(IWebResourceDecorator.class, new TransferResourceDecorator(), null);
    //adds parent links to representations
    parentDecoratorRegistration = bundleContext.registerService(IWebResourceDecorator.class, new ProjectParentDecorator(), null);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.orion.internal.server.servlets.workspace.ProjectParentDecorator

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.