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

Packages that use MatchingSubstring
de.tobiasbudde.regedit.reg.data   
 

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

Methods in de.tobiasbudde.regedit.reg.data that return MatchingSubstring
 MatchingSubstring Match.getMatch()
           
 

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

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

Method parameters in de.tobiasbudde.regedit.reg.data with type arguments of type MatchingSubstring
 void Match.setSubMatches(java.util.List<MatchingSubstring> subMatches)
           
 

Constructors in de.tobiasbudde.regedit.reg.data with parameters of type MatchingSubstring
Match(MatchingSubstring match)
           
 



Copyright © 2008 tobiasbudde.de. All Rights Reserved.