edu.wpi.ebob.wizards
Class AddToObjectBenchWizardPage.TypeSearchRequestor

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

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


Field Summary
private  java.lang.String className
           
private  boolean isFullyQualified
           
private  TypeStatus lastStatus
           
 
Constructor Summary
AddToObjectBenchWizardPage.TypeSearchRequestor(java.lang.String className)
           
 
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

lastStatus

private TypeStatus lastStatus

isFullyQualified

private boolean isFullyQualified

className

private java.lang.String className
Constructor Detail

AddToObjectBenchWizardPage.TypeSearchRequestor

AddToObjectBenchWizardPage.TypeSearchRequestor(java.lang.String className)
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

endReporting

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