Package org.eclipse.dltk.internal.ui.dialogs

Examples of org.eclipse.dltk.internal.ui.dialogs.StatusInfo


    fLibrariesPage = null;
    fProjectsPage = null;
    fCurrPage = null;
    fRunnableContext = runnableContext;
    initContainerElements();
    fBuildPathStatus = new StatusInfo();
    fPathStatus = new StatusInfo();
    fCurrScriptProject = null;
  }
View Full Code Here


   *
   */
  protected void updateOKStatus() {
    computeResult();
    if (getResult() != null) {
      updateStatus(new StatusInfo());
    } else {
      updateStatus(new StatusInfo(IStatus.ERROR, "")); //$NON-NLS-1$
    }
  }
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.dialogs.StatusInfo

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.