| java.lang.Object org.eclipse.ui.texteditor.templates.TemplateVariableProposal
TemplateVariableProposal | final class TemplateVariableProposal implements ICompletionProposal(Code) | | A proposal for insertion of template variables.
This class should not be used by clients and may become package visible in
the future.
since: 3.0 |
Constructor Summary | |
public | TemplateVariableProposal(TemplateVariableResolver variable, int offset, int length, ITextViewer viewer) Creates a template variable proposal. |
TemplateVariableProposal | public TemplateVariableProposal(TemplateVariableResolver variable, int offset, int length, ITextViewer viewer)(Code) | | Creates a template variable proposal.
Parameters: variable - the template variable Parameters: offset - the offset to replace Parameters: length - the length to replace Parameters: viewer - the viewer |
apply | public void apply(IDocument document)(Code) | | |
getAdditionalProposalInfo | public String getAdditionalProposalInfo()(Code) | | |
getContextInformation | public IContextInformation getContextInformation()(Code) | | |
getImage | public Image getImage()(Code) | | |
getSelection | public Point getSelection(IDocument document)(Code) | | |
|
|