Interface ISearchInput
- All Known Implementing Classes:
FindReferencesSearchInput
,TextSearchInput
public interface ISearchInput
Search input context interface
The implementation must contain all the necessary input data to execute search query
-
Method Summary
-
Method Details
-
getLabel
String getLabel()Returns a user readable label for target of this search.- Returns:
- a user readable label, cannot be
null
-