public interface IContentProposal
ContentProposal
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.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.