Uses of Class
de.tobiasbudde.regedit.reg.data.Match

Packages that use Match
de.tobiasbudde.regedit.reg   
de.tobiasbudde.regedit.reg.data   
de.tobiasbudde.regedit.swing   
 

Uses of Match in de.tobiasbudde.regedit.reg
 

Methods in de.tobiasbudde.regedit.reg with parameters of type Match
 void RegularListenerList.operateMatch(Match match)
           
 void RegularListener.operateMatch(Match match)
          called for every match (matching string)
 void RegExpReplacer.operateMatch(Match match)
           
 java.lang.String RegularReplacer.replaceNextMatch(java.lang.String string, Match match, ReplaceConfiguration repConf)
           
 

Uses of Match in de.tobiasbudde.regedit.reg.data
 

Methods in de.tobiasbudde.regedit.reg.data that return Match
 Match MatchResult.next()
           
 

Methods in de.tobiasbudde.regedit.reg.data that return types with arguments of type Match
 java.util.List<Match> MatchResult.getResults()
           
 

Methods in de.tobiasbudde.regedit.reg.data with parameters of type Match
 void MatchResult.add(Match match)
           
 

Uses of Match in de.tobiasbudde.regedit.swing
 

Methods in de.tobiasbudde.regedit.swing with parameters of type Match
 void RegExpHighlighter.operateMatch(Match match)
           
 void SearchProgressBar.operateMatch(Match match)
           
 void ReplaceProgressBar.operateMatch(Match match)
           
 



Copyright © 2008 tobiasbudde.de. All Rights Reserved.