Package org.eclipse.debug.internal.ui.launchConfigurations

Examples of org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open()


    }
    else {
      dialog.setOpenMode(LAUNCH_CONFIGURATION_DIALOG_OPEN_ON_LAST_LAUNCHED);
    }

    dialog.open();
  }
 
  public static IStructuredSelection asStructuredSelection(Object object) {
    return new StructuredSelection(object);
  }
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.