| net.refractions.udig.ui.SearchPart net.refractions.udig.catalog.ui.search.SearchView
SearchView | public class SearchView extends SearchPart (Code) | | Search view is a distinct, simple implementation focused on Catalog searches.
We are unable to make use of the usual eclipse search facilities (ie
org.eclipse.search.searchPages) as this would cause our application to be dependent on
org.eclipse.core.resources - aka IResource. This would represent a signigicant jump in download
size etc...
Of Note:
- At this time Search only works against the Local Catalog
- As more Catalogs are implemented they will be made available in a manner similar to existing
Filter specification.
|
Inner Class :static class Query | |
VIEW_ID | final public static String VIEW_ID(Code) | | ID for this view
|
SearchView | public SearchView()(Code) | | Parameters: dialogSettings - |
createContentProvider | protected IStructuredContentProvider createContentProvider()(Code) | | |
createDetails | protected Composite createDetails(SashForm parent)(Code) | | |
createLabelProvider | protected IBaseLabelProvider createLabelProvider()(Code) | | |
createPartControl | public void createPartControl(Composite aParent)(Code) | | |
createQuery | Query createQuery()(Code) | | Construct a query based on the state of the user interface controls, and possibly workbecnh.
A catalog query |
createViewer | protected StructuredViewer createViewer(Composite parent)(Code) | | |
initDragAndDrop | protected void initDragAndDrop()(Code) | | |
searchImplementation | protected void searchImplementation(Object filter, IProgressMonitor monitor, ResultSet results)(Code) | | Search the catalog for text and update view contents
Parameters: pattern - |
setOrientation | protected void setOrientation(Orientation orientation)(Code) | | |
setStatus | public void setStatus(String message)(Code) | | Status message ...
|
showInfo | protected void showInfo(Info info)(Code) | | |
|
|