Package org.mockcentral.editor.search

Contains logical and UI classes used for searching for java types, using a FilteredItemsSelectionDialog extension to get user input.

See:
          Description

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

Class Summary
FilterManager A Class used to manage element list filtering a SelectTypeDialog instance.
MatchingType A class used to record information about a found java element following a search done by a SearchEngine.
MatchingTypeDetailsLabelProvider An ILabelProvider used to display detailed information about a java element obtained from a MatchigType instance.
MatchingTypesListLabelProvider A DelegatingStyledCellLabelProvider.IStyledLabelProvider implementation that returns styled labels and various standard type images for elements to be displayed in instances of the SelectTypeDialog class.
SearchManager A class used to manage searching for java elements, providing an embedded TypeNameRequestor to accept matching results which are then used to construct MatchingType instances.
SelectTypeDialog A FilteredItemsSelectionDialog used to select java elements based on the type match rule supplied to the constructor.
 

Package org.mockcentral.editor.search Description

Contains logical and UI classes used for searching for java types, using a FilteredItemsSelectionDialog extension to get user input.