Example usage for Java org.eclipse.jface.fieldassist AutoCompleteField fields, constructors, methods, implement or subclass
The text is from its open source code.
AutoCompleteField(Control control, IControlContentAdapter controlContentAdapter, String... proposals) Construct an AutoComplete field on the specified control, whose completions are characterized by the specified array of Strings. |
void | setProposals(String... proposals) Set the Strings to be used as content proposals. |