Package | Description |
---|---|
org.eclipse.jface.fieldassist |
Provides support for classes that help communicate proper content for dialogs and wizards.
|
Modifier and Type | Method and Description |
---|---|
IContentProposal[] |
SimpleContentProposalProvider.getProposals(String contents,
int position)
Return an array of Objects representing the valid content proposals for a
field.
|
IContentProposal[] |
IContentProposalProvider.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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.