Package org.apache.ivyde.internal.eclipse.ui.IvyFilePathText

Examples of org.apache.ivyde.internal.eclipse.ui.IvyFilePathText.IvyXmlPathListener


        configComposite.setLayout(new GridLayout(2, false));
        configComposite.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true));

        ivyFilePathText = new IvyFilePathText(configComposite, SWT.NONE, project == null ? null
                : project.getProject());
        ivyFilePathText.addListener(new IvyXmlPathListener() {
            public void ivyXmlPathUpdated(String path) {
                conf.setIvyXmlPath(path);
                checkIvyXmlPath();
            }
        });
View Full Code Here

TOP

Related Classes of org.apache.ivyde.internal.eclipse.ui.IvyFilePathText.IvyXmlPathListener

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.