public class SchemaCompletionResolution extends AbstractPomProblemResolution
Modifier and Type | Field and Description |
---|---|
static String |
XSI_VALUE |
ARTIFACT_ID_NODE, GROUP_ID_NODE, PROJECT_NODE, VERSION_NODE
LOG
Constructor and Description |
---|
SchemaCompletionResolution(org.eclipse.core.resources.IMarker marker) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canFix(String editorHint) |
String |
getDescription() |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getLabel() |
protected void |
processFix(org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument doc,
Element root,
List<org.eclipse.core.resources.IMarker> markers) |
canFix, fix, fix
fix, getQuickAssistContext, setQuickAssistContext
apply, findOtherMarkers, getAdditionalProposalInfo, getAdditionalProposalInfo, getContextInformation, getDisplayString, getMarker, getOrder, getOrder, getProjects, getResolutions, getSelection, hasResolutions, includeProposal, includeResolution, isSingleton, run, run
public static final String XSI_VALUE
public SchemaCompletionResolution(org.eclipse.core.resources.IMarker marker)
protected boolean canFix(String editorHint)
canFix
in class AbstractPomProblemResolution
public String getLabel()
public org.eclipse.swt.graphics.Image getImage()
public String getDescription()
getDescription
in interface org.eclipse.ui.IMarkerResolution2
getDescription
in class MavenProblemResolution
protected void processFix(org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument doc, Element root, List<org.eclipse.core.resources.IMarker> markers)
processFix
in class AbstractPomProblemResolution
Copyright © 2005–2018 Eclipse Foundation. All rights reserved.