Package com.dubture.composer.ui.dialogs

Examples of com.dubture.composer.ui.dialogs.MissingExecutableDialog.open()


  public void run() {
    try {
      Status status = new Status(IStatus.WARNING, ComposerUIPlugin.PLUGIN_ID, "No PHP executable configured.");
      Shell shell = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
      MissingExecutableDialog dialog = new MissingExecutableDialog(shell, status);
      dialog.open();
    } catch (Exception e2) {
      Logger.logException(e2);
    }
  }
}
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.