public class LifecycleMappingProposal
extends org.eclipse.ui.views.markers.WorkbenchMarkerResolution
implements org.eclipse.jface.text.contentassist.ICompletionProposal, org.eclipse.jface.text.contentassist.ICompletionProposalExtension5
| Modifier and Type | Field and Description |
|---|---|
protected PluginExecutionAction |
action |
protected org.eclipse.core.resources.IMarker |
marker |
| Constructor and Description |
|---|
LifecycleMappingProposal(org.eclipse.core.resources.IMarker marker,
PluginExecutionAction action) |
LifecycleMappingProposal(org.eclipse.jface.text.quickassist.IQuickAssistInvocationContext context,
org.eclipse.ui.texteditor.MarkerAnnotation mark,
PluginExecutionAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.eclipse.jface.text.IDocument doc) |
org.eclipse.core.resources.IMarker[] |
findOtherMarkers(org.eclipse.core.resources.IMarker[] markers) |
String |
getAdditionalProposalInfo() |
Object |
getAdditionalProposalInfo(org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.jface.text.contentassist.IContextInformation |
getContextInformation() |
String |
getDescription() |
String |
getDisplayString() |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getLabel() |
org.eclipse.swt.graphics.Point |
getSelection(org.eclipse.jface.text.IDocument document) |
void |
run(org.eclipse.core.resources.IMarker marker) |
void |
run(org.eclipse.core.resources.IMarker[] markers,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected final org.eclipse.core.resources.IMarker marker
protected final PluginExecutionAction action
public LifecycleMappingProposal(org.eclipse.jface.text.quickassist.IQuickAssistInvocationContext context,
org.eclipse.ui.texteditor.MarkerAnnotation mark,
PluginExecutionAction action)
public LifecycleMappingProposal(org.eclipse.core.resources.IMarker marker,
PluginExecutionAction action)
public void apply(org.eclipse.jface.text.IDocument doc)
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.Point getSelection(org.eclipse.jface.text.IDocument document)
getSelection in interface org.eclipse.jface.text.contentassist.ICompletionProposalpublic Object getAdditionalProposalInfo(org.eclipse.core.runtime.IProgressMonitor monitor)
getAdditionalProposalInfo in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension5public void run(org.eclipse.core.resources.IMarker[] markers,
org.eclipse.core.runtime.IProgressMonitor monitor)
public org.eclipse.swt.graphics.Image getImage()
public String getLabel()
public String getDescription()
public org.eclipse.core.resources.IMarker[] findOtherMarkers(org.eclipse.core.resources.IMarker[] markers)
findOtherMarkers in class org.eclipse.ui.views.markers.WorkbenchMarkerResolutionpublic void run(org.eclipse.core.resources.IMarker marker)
Copyright © 2005–2016 Sonatype, Inc.. All rights reserved.