Uses of Class
mk.fsgrep.util.ReplaceQueryResult

Packages that use ReplaceQueryResult
mk.fsgrep.gui The graphical user interface for the application. 
mk.fsgrep.util General utility classes. 
 

Uses of ReplaceQueryResult in mk.fsgrep.gui
 

Methods in mk.fsgrep.gui that return ReplaceQueryResult
 ReplaceQueryResult ReplaceItem.getResult()
           
 ReplaceQueryResult ReplaceItem.query(java.lang.String file, java.lang.String line, java.lang.String orig, java.lang.String newt)
           
 

Methods in mk.fsgrep.gui with parameters of type ReplaceQueryResult
 void ReplaceItem.setResult(ReplaceQueryResult val)
           
 

Uses of ReplaceQueryResult in mk.fsgrep.util
 

Methods in mk.fsgrep.util that return ReplaceQueryResult
static ReplaceQueryResult ReplaceQueryResult.noAll()
           
static ReplaceQueryResult ReplaceQueryResult.noThis()
           
 ReplaceQueryResult ReplaceQuery.query(java.lang.String filename, java.lang.String lineNum, java.lang.String line, java.lang.String replacement)
           
static ReplaceQueryResult ReplaceQueryResult.yesAll()
           
static ReplaceQueryResult ReplaceQueryResult.yesThis()
           
 



Copyright © 2009. All Rights Reserved.