Package gda.rcp.views
Class HistorySearch
java.lang.Object
gda.rcp.views.HistorySearch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()org.eclipse.jface.fieldassist.IContentProposal[]getProposals(String contents, int position) Return an array of Objects representing the valid content proposals for a field.
-
Constructor Details
-
HistorySearch
-
-
Method Details
-
getProposals
Return an array of Objects representing the valid content proposals for a field.- Parameters:
contents- the current contents of the field (only consulted if filtering is set totrue)position- the current cursor position within the field (ignored)- Returns:
- the array of Objects that represent valid proposals for the field given its current content.
-
dispose
public void dispose()
-