| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.opal.textassist |
| Modifier and Type | Method and Description |
|---|---|
TextAssistContentProvider |
TextAssist.getContentProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextAssist.setContentProvider(TextAssistContentProvider contentProvider) |
| Constructor and Description |
|---|
TextAssist(org.eclipse.swt.widgets.Composite parent,
int style,
TextAssistContentProvider contentProvider)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|