Uses of Class
org.mockcentral.editor.search.MatchingType

Packages that use MatchingType
org.mockcentral.editor.search Contains logical and UI classes used for searching for java types, using a FilteredItemsSelectionDialog extension to get user input. 
 

Uses of MatchingType in org.mockcentral.editor.search
 

Methods in org.mockcentral.editor.search that return types with arguments of type MatchingType
 java.util.ArrayList<MatchingType> SearchManager.doSearch(char[] typename, int typeMatchRule)
          Searches the workspace scope using the SearchPattern.R_PREFIX_MATCH for java elements matching the supplied typename and element type match rule, returning an ArrayList of MatchingType instances containing information about all results.
 

Methods in org.mockcentral.editor.search with parameters of type MatchingType
 void FilterManager.addMemberType(MatchingType type)
           
protected  java.lang.String SelectTypeDialog.buildClassName(MatchingType matchinType)
          Builds and returns the fully-qualified class name for the type derived from the supplied MatchingType.
 boolean FilterManager.containsMemberType(MatchingType matchingType)
           
 boolean FilterManager.isLegalElement(int elementMatchRule, MatchingType matchingType)
          Returns whether the supplied MatchingType is acceptable given the supplied match rule.