|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IContentProposalProvider.IProposalCreationFactory
Implementors of the class can configure certain aspects of the returned proposals
Method Summary | |
---|---|
org.eclipse.jface.text.contentassist.ICompletionProposal |
createProposal(java.lang.String replacementText,
java.lang.String displayText,
java.lang.String additionalText,
org.eclipse.swt.graphics.Image displayImage,
java.lang.Object sourceObject)
|
Method Detail |
---|
org.eclipse.jface.text.contentassist.ICompletionProposal createProposal(java.lang.String replacementText, java.lang.String displayText, java.lang.String additionalText, org.eclipse.swt.graphics.Image displayImage, java.lang.Object sourceObject)
replacementText
- The text to be replaceddisplayText
- The text to be displayed in the assist windowadditionalText
- The text to be displayed in the "addition info"
or nulldisplayImage
- The image to be displayed or nullsourceObject
- The original source object. Implementors should
make no assumptions (i.e. always test instanceof before casting)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |