Java org.eclipse.jface.fieldassist AutoCompleteField fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.fieldassist AutoCompleteField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.fieldassist AutoCompleteField.

The text is from its open source code.

Constructor

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.

Method

voidsetProposals(String... proposals)
Set the Strings to be used as content proposals.