TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.search
Class TestLogSearchQuery

java.lang.Object
  extended by org.eclipse.hyades.test.ui.internal.search.TestLogSearchQuery
All Implemented Interfaces:
org.eclipse.search.ui.ISearchQuery

public class TestLogSearchQuery
extends java.lang.Object
implements org.eclipse.search.ui.ISearchQuery


Constructor Summary
TestLogSearchQuery(org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery[] queries, org.eclipse.emf.ecore.resource.ResourceSet resourceSet, org.eclipse.ui.IEditorInput input)
           
 
Method Summary
 boolean canRerun()
           
 boolean canRunInBackground()
           
 org.eclipse.ui.IEditorInput getEditorInput()
           
 java.lang.String getLabel()
           
 org.eclipse.search.ui.ISearchResult getSearchResult()
           
 org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLogSearchQuery

public TestLogSearchQuery(org.eclipse.hyades.models.hierarchy.extensions.SimpleSearchQuery[] queries,
                          org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
                          org.eclipse.ui.IEditorInput input)
Method Detail

run

public org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
                                     throws org.eclipse.core.runtime.OperationCanceledException
Specified by:
run in interface org.eclipse.search.ui.ISearchQuery
Throws:
org.eclipse.core.runtime.OperationCanceledException

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface org.eclipse.search.ui.ISearchQuery

canRerun

public boolean canRerun()
Specified by:
canRerun in interface org.eclipse.search.ui.ISearchQuery

canRunInBackground

public boolean canRunInBackground()
Specified by:
canRunInBackground in interface org.eclipse.search.ui.ISearchQuery

getSearchResult

public org.eclipse.search.ui.ISearchResult getSearchResult()
Specified by:
getSearchResult in interface org.eclipse.search.ui.ISearchQuery

getEditorInput

public org.eclipse.ui.IEditorInput getEditorInput()

TPTP 4.5.0 Testing Tools Project
Internal API Specification