Uses of Class
mk.fsgrep.match.MatchResult

Packages that use MatchResult
mk.fsgrep The principle classes. 
mk.fsgrep.gui The graphical user interface for the application. 
mk.fsgrep.match Classes related to the 'grep' functionality, or applying the pattern to a file. 
 

Uses of MatchResult in mk.fsgrep
 

Methods in mk.fsgrep that return types with arguments of type MatchResult
 java.util.List<MatchResult> Fsgrep.getResultList()
           
 

Uses of MatchResult in mk.fsgrep.gui
 

Methods in mk.fsgrep.gui that return types with arguments of type MatchResult
protected  java.util.List<MatchResult> ResultDisplay.getResults()
           
 

Method parameters in mk.fsgrep.gui with type arguments of type MatchResult
 void ResultDisplay.defineResults(java.util.List<MatchResult> list)
           
 

Uses of MatchResult in mk.fsgrep.match
 

Methods in mk.fsgrep.match that return MatchResult
 MatchResult FileSearch.getOrCreateResults()
           
 MatchResult FileSearch.getResults()
           
 

Methods in mk.fsgrep.match with parameters of type MatchResult
 void FileSearch.setResults(MatchResult val)
           
 



Copyright © 2009. All Rights Reserved.