public class PomQuickAssistProcessor.MarkerResolutionProposal extends Object implements org.eclipse.jface.text.contentassist.ICompletionProposal
| Constructor and Description |
|---|
MarkerResolutionProposal(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) |
boolean |
equals(Object obj) |
String |
getAdditionalProposalInfo() |
org.eclipse.jface.text.contentassist.IContextInformation |
getContextInformation() |
String |
getDisplayString() |
org.eclipse.swt.graphics.Image |
getImage() |
org.eclipse.swt.graphics.Point |
getSelection(org.eclipse.jface.text.IDocument document) |
int |
hashCode()
for 335299 introduced equals() and hashcode() methods that are based on the MarkerResolution passed in.
|
public MarkerResolutionProposal(org.eclipse.ui.IMarkerResolution resolution,
org.eclipse.core.resources.IMarker marker)
public int hashCode()
public void apply(org.eclipse.jface.text.IDocument document)
apply in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic 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 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.ICompletionProposalCopyright © 2005–2016 Sonatype, Inc.. All rights reserved.