|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSearchPart
net.refractions.udig.catalog.ui.search.SearchView
public class SearchView
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:
Field Summary | |
---|---|
Text |
text
|
static java.lang.String |
VIEW_ID
ID for this view |
Constructor Summary | |
---|---|
SearchView()
|
Method Summary | |
---|---|
protected IStructuredContentProvider |
createContentProvider()
|
protected Composite |
createDetails(SashForm parent)
|
protected IBaseLabelProvider |
createLabelProvider()
|
void |
createPartControl(Composite aParent)
|
protected StructuredViewer |
createViewer(Composite parent)
|
protected void |
initDragAndDrop()
|
protected void |
searchImplementation(java.lang.Object filter,
IProgressMonitor monitor,
ResultSet results)
Search the catalog for text and update view contents |
protected void |
setOrientation(Orientation orientation)
|
void |
setStatus(java.lang.String message)
Status message ... |
protected void |
showDetail(java.lang.Object selection)
|
protected void |
showInfo(net.refractions.udig.catalog.ui.search.Info info)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VIEW_ID
public Text text
Constructor Detail |
---|
public SearchView()
dialogSettings
- Method Detail |
---|
protected void setOrientation(Orientation orientation)
public void createPartControl(Composite aParent)
protected void initDragAndDrop()
protected Composite createDetails(SashForm parent)
protected StructuredViewer createViewer(Composite parent)
protected IBaseLabelProvider createLabelProvider()
protected void showInfo(net.refractions.udig.catalog.ui.search.Info info)
protected void showDetail(java.lang.Object selection)
protected IStructuredContentProvider createContentProvider()
public void setStatus(java.lang.String message)
protected void searchImplementation(java.lang.Object filter, IProgressMonitor monitor, ResultSet results)
pattern
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |