Package org.eclipse.jdt.ui.dialogs
Interface ITypeInfoFilterExtension
-
public interface ITypeInfoFilterExtension
A filter to selectITypeInfoRequestor
objects.The interface should be implemented by clients wishing to provide special filtering to the type selection dialog.
- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
select(ITypeInfoRequestor typeInfoRequestor)
Returns whether the given type makes it into the list or not.
-
-
-
Method Detail
-
select
boolean select(ITypeInfoRequestor typeInfoRequestor)
Returns whether the given type makes it into the list or not.- Parameters:
typeInfoRequestor
- theITypeInfoRequestor
to used to access data for the type under inspection- Returns:
- whether the type is selected or not
-
-