|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IContentProposal describes a content proposal to be shown. It consists of the content that will be provided if the proposal is accepted, an optional label used to describe the content to the user, and an optional description that further elaborates the meaning of the proposal.
Method Summary | |
---|---|
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. |
Method Detail |
public String getContent()
public int getCursorPosition()
public String getLabel()
null
, then the content will be displayed as the
label.public String getDescription()
null
, then no description will be displayed.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.