public interface IContentProposal
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Return the content represented by this proposal.
|
int |
getCursorPosition()
Return the integer position within the contents that the cursor should be
placed after the proposal is accepted.
|
String |
getDescription()
Return a description that describes this proposal.
|
String |
getLabel()
Return the label used to describe this proposal.
|
String getContent()
int getCursorPosition()
String getLabel()
null
, then the content will be displayed as the
label.String getDescription()
null
, then no description will be displayed.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.