Package | Description |
---|---|
org.eclipse.jface.fieldassist |
Provides support for classes that help communicate proper content for dialogs and wizards.
|
org.eclipse.ui.fieldassist |
Classes that provide workbench-level UI support for content assistance
and common workbench field decorations.
|
Modifier and Type | Class and Description |
---|---|
class |
TextControlCreator
An
IControlCreator for SWT Text controls. |
Constructor and Description |
---|
DecoratedField(Composite parent,
int style,
IControlCreator controlCreator)
Construct a decorated field which is parented by the specified composite
and has the given style bits.
|
Constructor and Description |
---|
ContentAssistField(Composite parent,
int style,
IControlCreator controlCreator,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
String commandId,
char[] autoActivationCharacters)
Construct a content assist field that shows a content assist cue and can
assist the user with choosing content for the field.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.