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.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentProposal
A default implementation of
IContentProposal that allows clients to
specify a content proposal using simple constructors. |
Modifier and Type | Method and Description |
---|---|
IContentProposal[] |
IContentProposalProvider.getProposals(String contents,
int position)
Return an array of content proposals representing the valid proposals for a
field.
|
IContentProposal[] |
SimpleContentProposalProvider.getProposals(String contents,
int position)
Return an array of Objects representing the valid content proposals for a
field.
|
Modifier and Type | Method and Description |
---|---|
void |
IContentProposalListener.proposalAccepted(IContentProposal proposal)
A content proposal has been accepted.
|
Modifier and Type | Method and Description |
---|---|
IContentProposal[] |
FindReplaceDocumentAdapterContentProposalProvider.getProposals(String contents,
int position) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.