| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.validation |
| Constructor and Description |
|---|
AddMarkersOperation(org.eclipse.core.resources.IResource resource,
List<Issue> issues,
Set<String> markerIds,
boolean deleteMarkers,
MarkerCreator markerCreator)
|
AddMarkersOperation(org.eclipse.core.resources.IResource resource,
List<Issue> issues,
Set<String> markerIds,
boolean deleteMarkers,
MarkerCreator markerCreator,
MarkerTypeProvider markerTypeProvider) |
AddMarkersOperation(org.eclipse.core.resources.IResource resource,
List<Issue> issues,
String markerId,
boolean deleteMarkers,
MarkerCreator markerCreator)
|
MarkerIssueProcessor(org.eclipse.core.resources.IResource resource,
MarkerCreator markerCreator)
Deprecated.
use
instead. |
MarkerIssueProcessor(org.eclipse.core.resources.IResource resource,
MarkerCreator markerCreator,
MarkerTypeProvider markerTypeProvider) |
Copyright © 2016. All Rights Reserved.