edu.wpi.ebob.wizards
Class AddToObjectBenchWizardPage.ConstructorSearchRequestor

java.lang.Object
  extended by org.eclipse.jdt.core.search.SearchRequestor
      extended by edu.wpi.ebob.wizards.AddToObjectBenchWizardPage.ConstructorSearchRequestor
Enclosing class:
AddToObjectBenchWizardPage

private class AddToObjectBenchWizardPage.ConstructorSearchRequestor
extends org.eclipse.jdt.core.search.SearchRequestor


Field Summary
private  boolean exists
           
 
Constructor Summary
private AddToObjectBenchWizardPage.ConstructorSearchRequestor()
           
 
Method Summary
 void acceptSearchMatch(org.eclipse.jdt.core.search.SearchMatch match)
           
 void endReporting()
           
 
Methods inherited from class org.eclipse.jdt.core.search.SearchRequestor
beginReporting, enterParticipant, exitParticipant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exists

private boolean exists
Constructor Detail

AddToObjectBenchWizardPage.ConstructorSearchRequestor

private AddToObjectBenchWizardPage.ConstructorSearchRequestor()
Method Detail

acceptSearchMatch

public void acceptSearchMatch(org.eclipse.jdt.core.search.SearchMatch match)
                       throws org.eclipse.core.runtime.CoreException
Specified by:
acceptSearchMatch in class org.eclipse.jdt.core.search.SearchRequestor
Throws:
org.eclipse.core.runtime.CoreException
See Also:
SearchRequestor.acceptSearchMatch(org.eclipse.jdt.core.search.SearchMatch)

endReporting

public void endReporting()
Overrides:
endReporting in class org.eclipse.jdt.core.search.SearchRequestor
See Also:
SearchRequestor.endReporting()