public class WorkspaceLifecycleMappingProposal
extends org.eclipse.ui.views.markers.WorkbenchMarkerResolution
implements org.eclipse.jface.text.contentassist.ICompletionProposal
Modifier and Type | Field and Description |
---|---|
protected PluginExecutionAction |
action |
protected org.eclipse.core.resources.IMarker |
marker |
Constructor and Description |
---|
WorkspaceLifecycleMappingProposal(org.eclipse.core.resources.IMarker marker,
PluginExecutionAction action) |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.eclipse.jface.text.IDocument document) |
org.eclipse.core.resources.IMarker[] |
findOtherMarkers(org.eclipse.core.resources.IMarker[] markers) |
String |
getAdditionalProposalInfo() |
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 WorkspaceLifecycleMappingProposal(org.eclipse.core.resources.IMarker marker, PluginExecutionAction action)
public void run(org.eclipse.core.resources.IMarker[] markers, org.eclipse.core.runtime.IProgressMonitor monitor)
public String getDisplayString()
getDisplayString
in interface org.eclipse.jface.text.contentassist.ICompletionProposal
public void apply(org.eclipse.jface.text.IDocument document)
apply
in interface org.eclipse.jface.text.contentassist.ICompletionProposal
public org.eclipse.swt.graphics.Point getSelection(org.eclipse.jface.text.IDocument document)
getSelection
in interface org.eclipse.jface.text.contentassist.ICompletionProposal
public String getAdditionalProposalInfo()
getAdditionalProposalInfo
in interface org.eclipse.jface.text.contentassist.ICompletionProposal
public org.eclipse.jface.text.contentassist.IContextInformation getContextInformation()
getContextInformation
in interface org.eclipse.jface.text.contentassist.ICompletionProposal
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.WorkbenchMarkerResolution
public void run(org.eclipse.core.resources.IMarker marker)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.