Package com.puppetlabs.geppetto.pp.dsl.ui.container

Examples of com.puppetlabs.geppetto.pp.dsl.ui.container.PPWorkspaceProjectsStateProvider


   * Deal with dependency on JDT (not wanted).
   */
  @Override
  public com.google.inject.Provider<org.eclipse.xtext.resource.containers.IAllContainersState> provideIAllContainersState() {
    // return org.eclipse.xtext.ui.shared.Access.getWorkspaceProjectsState();
    return new PPWorkspaceProjectsStateProvider();
  }
View Full Code Here

TOP

Related Classes of com.puppetlabs.geppetto.pp.dsl.ui.container.PPWorkspaceProjectsStateProvider

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.