org.mockcentral.editor.search
Interface DuplicatedTypeNameProvider

All Known Implementing Classes:
FilterManager

public interface DuplicatedTypeNameProvider

Interface for classes used by MatchingTypesListLabelProvider instances to determine if a type's name duplicates another, requiring additional qualifying information for proper display.

Author:
David Hutchinson

Method Summary
 boolean isDuplicatedTypeName(java.lang.String typeName)
          Returns whether the supplied type name duplicates another.
 

Method Detail

isDuplicatedTypeName

boolean isDuplicatedTypeName(java.lang.String typeName)
Returns whether the supplied type name duplicates another.

Parameters:
typeName - the simple name of the type.
Returns:
whether the supplied type name duplicates another.