Package org.eclipse.dltk.internal.ui.wizards.dialogfields

Examples of org.eclipse.dltk.internal.ui.wizards.dialogfields.ListDialogField


  protected void initContainerElements() {
    BuildPathAdapter adapter = new BuildPathAdapter();
    String[] buttonLabels = new String[] {
        NewWizardMessages.BuildPathsBlock_buildpath_up_button,
        NewWizardMessages.BuildPathsBlock_buildpath_down_button };
    fBuildPathList = new ListDialogField(null, buttonLabels,
        new PHPIPListLabelProvider());
    fBuildPathList.setDialogFieldListener(adapter);
    fBuildPathList
        .setLabelText(NewWizardMessages.BuildPathsBlock_buildpath_label);
    fBuildPathList.setUpButtonIndex(0);
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.wizards.dialogfields.ListDialogField

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.