Package org.eclipse.ui.externaltools.internal.launchConfigurations

Examples of org.eclipse.ui.externaltools.internal.launchConfigurations.ExternalToolsBuildTab


  }

  @Override
  public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
  // TODO Auto-generated method stub
  ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] {new ProgramMainTab(), new RefreshTab(), new ExternalToolsBuildTab(), new EnvironmentTab(), new ExternalToolsBuilderTab(), new CommonTab()};
  setTabs(tabs);
 
View Full Code Here

TOP

Related Classes of org.eclipse.ui.externaltools.internal.launchConfigurations.ExternalToolsBuildTab

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.