Package | Description |
---|---|
org.eclipse.jface.fieldassist |
Provides classes that help communicate proper content for fields in dialogs and wizards.
|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
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 |
SimpleContentProposalProvider
SimpleContentProposalProvider is a class designed to map a static list of
Strings to content proposals.
|
Modifier and Type | Method and Description |
---|---|
IContentProposalProvider |
ContentProposalAdapter.getContentProposalProvider()
Return the proposal provider that provides content proposals given the
current content of the field.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentProposalAdapter.setContentProposalProvider(IContentProposalProvider proposalProvider)
Set the content proposal provider that is used to show proposals.
|
Constructor and Description |
---|
ContentProposalAdapter(Control control,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
KeyStroke keyStroke,
char[] autoActivationCharacters)
Construct a content proposal adapter that can assist the user with
choosing content for the field.
|
Modifier and Type | Class and Description |
---|---|
class |
FindReplaceDocumentAdapterContentProposalProvider
Content assist proposal provider for the
FindReplaceDocumentAdapter . |
Constructor and Description |
---|
ContentAssistCommandAdapter(Control control,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
String commandId,
char[] autoActivationCharacters)
Construct a content proposal adapter that can assist the user with
choosing content for the field.
|
ContentAssistCommandAdapter(Control control,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
String commandId,
char[] autoActivationCharacters,
boolean installDecoration)
Construct a content proposal adapter that can assist the user with
choosing content for the field.
|
ContentAssistField(Composite parent,
int style,
IControlCreator controlCreator,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
String commandId,
char[] autoActivationCharacters)
Deprecated.
Construct a content assist field that shows a content assist cue and can
assist the user with choosing content for the field.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.