Package org.eclipse.wst.common.ui.internal.viewers

Examples of org.eclipse.wst.common.ui.internal.viewers.SelectSingleFileView


  public ImportXMLCatalogPage() {
    super(XMLWizardsMessages._UI_DIALOG_XMLCATALOG_IMPORT_TITLE);
    setTitle(XMLWizardsMessages._UI_DIALOG_XMLCATALOG_IMPORT_TITLE);
    selection = new StructuredSelection();
    selectSingleFileView = new SelectSingleFileView(selection, false) {
      public void createFilterControl(Composite composite) {
        ImportXMLCatalogPage.this.createFilterControl(composite);
      }
    };
View Full Code Here

TOP

Related Classes of org.eclipse.wst.common.ui.internal.viewers.SelectSingleFileView

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.