Package org.locationtech.udig.catalog.ui.search

Examples of org.locationtech.udig.catalog.ui.search.ResourceSearchComposite$SearchJob


        }
    }
   
    @Override
    public void createControl( Composite parent ) {
        search = new ResourceSearchComposite(parent, SWT.NULL){
            protected void reviewResults(List<IResolve> resolves) {
                resolves.add( ResourceSearchState.IMPORT_PLACEHOLDER );
            }
        };
        setControl( search );
View Full Code Here

TOP

Related Classes of org.locationtech.udig.catalog.ui.search.ResourceSearchComposite$SearchJob

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.