public class MarkerResolutionWrapper
extends java.lang.Object
implements org.eclipse.jface.text.contentassist.ICompletionProposal
| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.core.resources.IMarker |
marker |
private org.eclipse.ui.IMarkerResolution |
resolution |
| Constructor and Description |
|---|
MarkerResolutionWrapper(org.eclipse.ui.IMarkerResolution resolution,
org.eclipse.core.resources.IMarker marker) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.eclipse.jface.text.IDocument document) |
java.lang.String |
getAdditionalProposalInfo() |
org.eclipse.jface.text.contentassist.IContextInformation |
getContextInformation() |
java.lang.String |
getDisplayString() |
org.eclipse.swt.graphics.Image |
getImage() |
org.eclipse.swt.graphics.Point |
getSelection(org.eclipse.jface.text.IDocument document) |
private final org.eclipse.ui.IMarkerResolution resolution
private final org.eclipse.core.resources.IMarker marker
public MarkerResolutionWrapper(org.eclipse.ui.IMarkerResolution resolution,
org.eclipse.core.resources.IMarker marker)
public void apply(org.eclipse.jface.text.IDocument document)
apply in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic java.lang.String getAdditionalProposalInfo()
getAdditionalProposalInfo in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic org.eclipse.jface.text.contentassist.IContextInformation getContextInformation()
getContextInformation in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic java.lang.String getDisplayString()
getDisplayString in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic org.eclipse.swt.graphics.Image getImage()
getImage in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic org.eclipse.swt.graphics.Point getSelection(org.eclipse.jface.text.IDocument document)
getSelection in interface org.eclipse.jface.text.contentassist.ICompletionProposal