Uses of Class
com._1c.g5.v8.dt.validation.marker.Marker
-
Packages that use Marker Package Description com._1c.g5.v8.dt.bp.scheme.ui.markers com._1c.g5.v8.dt.ui.validation com._1c.g5.v8.dt.validation.marker -
-
Uses of Marker in com._1c.g5.v8.dt.bp.scheme.ui.markers
Methods in com._1c.g5.v8.dt.bp.scheme.ui.markers with parameters of type Marker Modifier and Type Method Description AbstractMarkerWrapper
GraphicalSchemeMarkerWrapperFactory. createMarkerWrapper(Marker marker, org.eclipse.core.resources.IProject project)
Constructors in com._1c.g5.v8.dt.bp.scheme.ui.markers with parameters of type Marker Constructor Description GraphicalSchemeMarkerWrapper(Marker marker, org.eclipse.core.resources.IProject project, IBmModelManager modelManager, IV8ProjectManager projectManager, ISymbolicLinkLocalizer symbolicLinkLocalizer, OpenHelper openHelper, IProjectFileSystemSupportProvider fileSystemSupportProvider, IResourceLookup resourceLookup)
Constructor. -
Uses of Marker in com._1c.g5.v8.dt.ui.validation
Methods in com._1c.g5.v8.dt.ui.validation that return Marker Modifier and Type Method Description protected Marker
AbstractMarkerWrapper. getMarker()
Gets wrapped marker.Methods in com._1c.g5.v8.dt.ui.validation with parameters of type Marker Modifier and Type Method Description AbstractMarkerWrapper
IMarkerWrapperFactoryExtension. createMarkerWrapper(Marker marker, org.eclipse.core.resources.IProject project)
Creates implementation ofAbstractMarkerWrapper
formarker
.AbstractMarkerWrapper
MarkerWrapperFactory. createMarkerWrapper(Marker marker, org.eclipse.core.resources.IProject project)
Creates implementation ofAbstractMarkerWrapper
formarker
.Constructors in com._1c.g5.v8.dt.ui.validation with parameters of type Marker Constructor Description AbstractMarkerWrapper(Marker marker, org.eclipse.core.resources.IProject project)
Creates a new instance.AbstractTextMarkerWrapper(Marker marker, org.eclipse.core.resources.IProject project)
Creates a new instance.BmMarkerWrapper(Marker marker, org.eclipse.core.resources.IProject project, IBmModelManager modelManager, IV8ProjectManager projectManager, ISymbolicLinkLocalizer symbolicLinkLocalizer, OpenHelper openHelper)
Creates a new instance. -
Uses of Marker in com._1c.g5.v8.dt.validation.marker
Subclasses of Marker in com._1c.g5.v8.dt.validation.marker Modifier and Type Class Description class
BmObjectMarker
Marker.class
PlainEObjectMarker
Marker.Methods in com._1c.g5.v8.dt.validation.marker that return Marker Modifier and Type Method Description Marker[]
IMarkerManager. getMarkers(org.eclipse.core.resources.IProject project, Object objectId)
Gets markers for the specifiedobjectId
and associated with the givenproject
.Marker[]
IMarkerManager. getNestedMarkers(org.eclipse.core.resources.IProject project, Object objectId)
Returns markers of the specifiedobjectId
and its children.Methods in com._1c.g5.v8.dt.validation.marker that return types with arguments of type Marker Modifier and Type Method Description Collection<Marker>
FlattenMarkerSet. getMarkers(org.eclipse.emf.ecore.EStructuralFeature feature)
Returns a collection of markers that are available for the givenfeature
in the marker set.Iterator<Marker>
IMarkerManager. iterator(org.eclipse.core.resources.IProject project)
Returns an iterator over all the markers of the givenproject
.Methods in com._1c.g5.v8.dt.validation.marker with parameters of type Marker Modifier and Type Method Description void
FlattenMarkerSet. addMarker(org.eclipse.emf.ecore.EStructuralFeature feature, Marker marker)
Adds the specifiedmarker
for the specifiedfeature
into the marker set.void
FlattenMarkerSet. addMarkers(org.eclipse.emf.ecore.EStructuralFeature feature, Marker[] markers)
Adds the specified array ofmarkers
for the specifiedfeature
into the marker set.void
IMarkerManager. setMarkers(org.eclipse.core.resources.IProject project, Object objectId, String source, Marker[] markers)
Sets markers for the specifiedobjectId
andsource
associated with the givenproject
.
-