Uses of Class
edu.rice.cs.drjava.model.FindResult

Packages that use FindResult
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
 

Uses of FindResult in edu.rice.cs.drjava.model
 

Methods in edu.rice.cs.drjava.model that return FindResult
 FindResult FindReplaceMachine.findNext()
           
 

Method parameters in edu.rice.cs.drjava.model with type arguments of type FindResult
 int FindReplaceMachine.processAll(Runnable1<FindResult> findAction)
          Processes all occurences of the find word with the replace word in the current document or in all documents depending the value of the machine register _searchAllDocuments.