Package org.eclipse.php.internal.ui.wizards.fields

Examples of org.eclipse.php.internal.ui.wizards.fields.ComboDialogField


          Logger.logException(e1);
        }
      };
    });

    exes = new ComboDialogField(SWT.READ_ONLY);
    exes.setLabelText("PHP executable");
    exes.doFillIntoGrid(sourceFolderGroup, 2);
    exes.setDialogFieldListener(this);

    createTestButton(sourceFolderGroup);
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.ui.wizards.fields.ComboDialogField

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.