public static final class ProposalUtil.TextProposal
extends java.lang.Object
implements org.eclipse.jface.fieldassist.IContentProposal
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Constructor and Description |
---|
TextProposal(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent() |
int |
getCursorPosition() |
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
public int getCursorPosition()
getCursorPosition
in interface org.eclipse.jface.fieldassist.IContentProposal
public java.lang.String getContent()
getContent
in interface org.eclipse.jface.fieldassist.IContentProposal
public java.lang.String getLabel()
getLabel
in interface org.eclipse.jface.fieldassist.IContentProposal
public java.lang.String getDescription()
getDescription
in interface org.eclipse.jface.fieldassist.IContentProposal