Package gda.rcp.views

Class HistorySearch

java.lang.Object
gda.rcp.views.HistorySearch

public class HistorySearch extends Object
  • Constructor Details

    • HistorySearch

      public HistorySearch(org.eclipse.swt.widgets.Text txtInput, List<String> history)
  • Method Details

    • getProposals

      public org.eclipse.jface.fieldassist.IContentProposal[] getProposals(String contents, int position)
      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 to true)
      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()