Examples of OverlaySelfComponent


Examples of org.eclipse.m2e.wtp.overlay.internal.modulecore.OverlaySelfComponent

    return new OverlayVirtualComponent(aProject);
  }

  //TODO check and prevent circular references
  public static IOverlayVirtualComponent createSelfOverlayComponent(IProject aProject) {
    return new OverlaySelfComponent(aProject);
  }
View Full Code Here

Examples of org.eclipse.m2e.wtp.overlay.internal.modulecore.OverlaySelfComponent

  }
  return patternSet;
  }

  private IOverlayVirtualComponent createSelfComponent(IVirtualComponent component) {
    return new OverlaySelfComponent(component.getProject());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.