|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetFile | |
---|---|
mk.fsgrep.find | Classes related to the 'find' functionality, or traversing the directory heirarchy for the desired files. |
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 TargetFile in mk.fsgrep.find |
---|
Methods in mk.fsgrep.find that return types with arguments of type TargetFile | |
---|---|
java.util.Collection<TargetFile> |
Finder.getFileList()
|
Constructor parameters in mk.fsgrep.find with type arguments of type TargetFile | |
---|---|
SubsetFinder(java.util.Collection<TargetFile> files)
|
Uses of TargetFile in mk.fsgrep.gui |
---|
Methods in mk.fsgrep.gui that return TargetFile | |
---|---|
protected TargetFile |
ResultDisplay.getLastSave()
|
Methods in mk.fsgrep.gui that return types with arguments of type TargetFile | |
---|---|
protected java.util.List<TargetFile> |
ResultDisplay.findMatchFiles()
|
Methods in mk.fsgrep.gui with parameters of type TargetFile | |
---|---|
protected void |
ResultDisplay.setLastSave(TargetFile val)
|
Method parameters in mk.fsgrep.gui with type arguments of type TargetFile | |
---|---|
protected void |
App.performRefinedSearch(java.lang.String newPattern,
java.util.Collection<TargetFile> files)
|
Uses of TargetFile in mk.fsgrep.match |
---|
Methods in mk.fsgrep.match that return TargetFile | |
---|---|
protected TargetFile |
FileSearch.getFile()
|
protected TargetFile |
Replace.getFile()
|
TargetFile |
MatchResult.toTargetFile()
|
Methods in mk.fsgrep.match with parameters of type TargetFile | |
---|---|
void |
FileSearch.initialize(java.util.regex.Pattern pRE,
TargetFile pFile,
Fsgrep pModel)
|
Constructors in mk.fsgrep.match with parameters of type TargetFile | |
---|---|
MatchResult(TargetFile file)
|
|
Replace(ReplaceControl pControl,
TargetFile pFile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |