Uses of Interface
org.eclipse.core.resources.IMarker
Packages that use IMarker
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
Provides a set of actions related to running and debugging applications.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Provides a framework for text editors obeying to the
desktop rules.
Utility classes for working with markers in views
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
-
Uses of IMarker in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return IMarkerModifier and TypeMethodDescriptionIResource.createMarker(String type) Creates and returns the marker with the specified type on this resource.default IMarkerIResource.createMarker(String type, Map<String, ? extends Object> attributes) Creates and returns the marker with the specified type on this resource.IResource.findMarker(long id) Returns the marker with the specified id on this resource, Returnsnullif there is no matching marker.IMarker[]IResource.findMarkers(String type, boolean includeSubtypes, int depth) Returns all markers of the specified type on this resource, and, optionally, on its children.IMarkerDelta.getMarker()Returns the marker described by this change.IResource.getMarker(long id) Returns a marker handle with the given id on this resource.Methods in org.eclipse.core.resources with parameters of type IMarkerModifier and TypeMethodDescriptionvoidIWorkspace.deleteMarkers(IMarker[] markers) Removes the given markers from the resources with which they are associated. -
Uses of IMarker in org.eclipse.core.resources.mapping
Methods in org.eclipse.core.resources.mapping that return IMarkerModifier and TypeMethodDescriptionIMarker[]ResourceMapping.findMarkers(String type, boolean includeSubtypes, IProgressMonitor monitor) Returns all markers of the specified type on the resources in this mapping.IMarker[]ResourceTraversal.findMarkers(String type, boolean includeSubtypes) Returns all markers of the specified type on existing resources in this traversal. -
Uses of IMarker in org.eclipse.core.resources.undo.snapshot
Methods in org.eclipse.core.resources.undo.snapshot that return IMarkerModifier and TypeMethodDescriptionIMarkerSnapshot.createMarker()Create a marker from the marker description.Methods in org.eclipse.core.resources.undo.snapshot with parameters of type IMarkerModifier and TypeMethodDescriptionstatic IMarkerSnapshotResourceSnapshotFactory.fromMarker(IMarker marker) Create a marker snapshot from the specified marker.voidIMarkerSnapshot.updateMarker(IMarker marker) Update an existing marker using the attributes in the marker description. -
Uses of IMarker in org.eclipse.debug.core
Methods in org.eclipse.debug.core with parameters of type IMarkerModifier and TypeMethodDescriptionIBreakpointManager.getBreakpoint(IMarker marker) Returns the breakpoint associated with the given marker ornullif no such breakpoint exists -
Uses of IMarker in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model that return IMarkerModifier and TypeMethodDescriptionprotected IMarkerBreakpoint.ensureMarker()Returns the marker associated with this breakpoint.Breakpoint.getMarker()IBreakpoint.getMarker()Returns the marker associated with this breakpoint, ornullif no marker is associated with this breakpoint.Methods in org.eclipse.debug.core.model with parameters of type IMarkerModifier and TypeMethodDescriptionprotected booleanLaunchConfigurationDelegate.isLaunchProblem(IMarker problemMarker) Returns whether the given problem should potentially abort the launch.voidvoidSets the marker associated with this breakpoint. -
Uses of IMarker in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions that return IMarkerModifier and TypeMethodDescriptionprotected IMarkerImportBreakpointsOperation.findExistingMarker(Map<String, Object> attributes, IBreakpointImportParticipant[] participants) Returns a marker backing an existing breakpoint based on the given set of breakpoint attributesMethods in org.eclipse.debug.ui.actions with parameters of type IMarkerModifier and TypeMethodDescriptionprotected voidImportBreakpointsOperation.restoreBreakpoint(IMarker marker, Map<String, Object> attributes, IBreakpointImportParticipant[] participants) restores all of the attributes back into the given marker, recreates the breakpoint in the breakpoint manager, and optionally recreates any working set(s) the breakpoint belongs to. -
Uses of IMarker in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IMarkerModifier and TypeMethodDescriptionReturns a help context id for the given marker ornullif no help has been registered for the marker.IMarkerHelpContextProvider.getHelpContextForMarker(IMarker marker) Get the help context for the given marker.IMarkerHelpRegistry.getResolutions(IMarker marker) Returns an array of resolutions for the given marker.IMarkerResolutionGenerator.getResolutions(IMarker marker) Returns resolutions for the given marker (may be empty).booleanIMarkerHelpContextProvider.hasHelpContextForMarker(IMarker marker) Whether this provider may have a context for the given marker.booleanIMarkerHelpRegistry.hasResolutions(IMarker marker) Returnsfalseif there are no resolutions for the given marker.booleanIMarkerResolutionGenerator2.hasResolutions(IMarker marker) Returns whether there are any resolutions for the given marker.voidRuns this resolution. -
Uses of IMarker in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide with parameters of type IMarkerModifier and TypeMethodDescriptionstatic voidIDE.gotoMarker(IEditorPart editor, IMarker marker) Sets the cursor and selection state for the given editor to reveal the position of the given marker.voidIGotoMarker.gotoMarker(IMarker marker) Sets the cursor and selection state for an editor to reveal the position of the given marker.static IEditorPartIDE.openEditor(IWorkbenchPage page, IMarker marker) Opens an editor on the file resource of the given marker.static IEditorPartIDE.openEditor(IWorkbenchPage page, IMarker marker, boolean activate) Opens an editor on the file resource of the given marker. -
Uses of IMarker in org.eclipse.ui.ide.undo
Constructors in org.eclipse.ui.ide.undo with parameters of type IMarkerModifierConstructorDescriptionDeleteMarkersOperation(IMarker[] markers, String name) Create an undoable operation that can delete the specified markers.UpdateMarkersOperation(IMarker[] markers, Map attributes, String name, boolean mergeAttributes) Create an undoable operation that updates many markers to have the same set of attributes.UpdateMarkersOperation(IMarker marker, Map attributes, String name, boolean mergeAttributes) Create an undoable operation that can update the specified marker with the specified attributes. -
Uses of IMarker in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return IMarkerModifier and TypeMethodDescriptionprotected final IMarkerSelectMarkerRulerAction.chooseMarker(List<? extends IMarker> markers) Chooses the marker with the highest layer.SimpleMarkerAnnotation.getMarker()Returns this annotation's underlying marker.protected abstract IMarker[]AbstractMarkerAnnotationModel.retrieveMarkers()Retrieves all markers from this model.protected IMarker[]ResourceMarkerAnnotationModel.retrieveMarkers()Methods in org.eclipse.ui.texteditor that return types with arguments of type IMarkerModifier and TypeMethodDescriptionMarkerRulerAction.getMarkers()Returns all markers which include the ruler's line of activity.SelectMarkerRulerAction.getMarkers()Returns all markers which include the ruler's line of activity.Methods in org.eclipse.ui.texteditor with parameters of type IMarkerModifier and TypeMethodDescriptionprotected final voidAbstractMarkerAnnotationModel.addMarkerAnnotation(IMarker marker) Creates an annotation for the given marker and adds it to this model.static voidMarkerUtilities.changeAttributes(IMarker marker, Map<String, Object> attributeChanges) Changes the given attribute key-value pairs of the map on this marker.protected MarkerAnnotationAbstractMarkerAnnotationModel.createMarkerAnnotation(IMarker marker) Creates a new annotation for the given marker.protected PositionAbstractMarkerAnnotationModel.createPositionFromMarker(IMarker marker) Creates and returns the character position of the given marker based on its attributes.protected abstract voidAbstractMarkerAnnotationModel.deleteMarkers(IMarker[] markers) Deletes the given markers from this model.protected voidResourceMarkerAnnotationModel.deleteMarkers(IMarker[] markers) AnnotationTypeLookup.getAnnotationType(IMarker marker) Computes the annotation type that corresponds to the state of the given marker.static intMarkerUtilities.getCharEnd(IMarker marker) Returns the ending character offset of the given marker.static intMarkerUtilities.getCharStart(IMarker marker) Returns the starting character offset of the given marker.static intMarkerUtilities.getLineNumber(IMarker marker) Returns the line number of the given marker.final MarkerAnnotationAbstractMarkerAnnotationModel.getMarkerAnnotation(IMarker marker) Returns this model's annotation for the given marker.AbstractMarkerAnnotationModel.getMarkerPosition(IMarker marker) Returns the position known to this annotation model for the given marker.static StringMarkerUtilities.getMarkerType(IMarker marker) Returns the marker type of the given marker ornullif the type could not be determined.static StringMarkerUtilities.getMessage(IMarker marker) Returns the message associated with the given marker.static intMarkerUtilities.getPriority(IMarker marker) Returns the priority of the given marker.static intMarkerUtilities.getSeverity(IMarker marker) Returns the severity of the given marker.protected StringMarkerAnnotation.getUnknownImageName(IMarker marker) Deprecated.voidAbstractDecoratedTextEditor.gotoMarker(IMarker marker) Deprecated.visibility will be reduced, usegetAdapter(IGotoMarker.class) for accessing this methodprotected abstract booleanAbstractMarkerAnnotationModel.isAcceptable(IMarker marker) Determines whether the marker is acceptable as an addition to this model.protected booleanResourceMarkerAnnotationModel.isAcceptable(IMarker marker) static booleanMarkerUtilities.isMarkerType(IMarker marker, String type) Returns whether the given marker is of the given type (either directly or indirectly).protected voidAbstractMarkerAnnotationModel.modifyMarkerAnnotation(IMarker marker) Updates the annotation corresponding to the given marker which has changed in some way.protected final voidAbstractMarkerAnnotationModel.removeMarkerAnnotation(IMarker marker) Removes the annotation corresponding to the given marker.static voidMarkerUtilities.setCharEnd(IMarker marker, int charEnd) Sets the ending character offset of the given marker.static voidMarkerUtilities.setCharStart(IMarker marker, int charStart) Sets the starting character offset of the given marker.static voidMarkerUtilities.setLineNumber(IMarker marker, int lineNum) Sets the line number of the given marker.booleanAbstractMarkerAnnotationModel.updateMarker(IMarker marker, IDocument document, Position position) Deprecated.useupdateMarker(IDocument, IMarker, Position)instead.booleanAbstractMarkerAnnotationModel.updateMarker(IDocument document, IMarker marker, Position position) Updates the given marker according to the given position in the given document.booleanBasicMarkerUpdater.updateMarker(IMarker marker, IDocument document, Position position) booleanIMarkerUpdater.updateMarker(IMarker marker, IDocument document, Position position) Updates the given marker according to the position of the given document.Method parameters in org.eclipse.ui.texteditor with type arguments of type IMarkerModifier and TypeMethodDescriptionprotected final IMarkerSelectMarkerRulerAction.chooseMarker(List<? extends IMarker> markers) Chooses the marker with the highest layer.protected voidMarkerRulerAction.removeMarkers(List<? extends IMarker> markers) Removes the given markers.Constructors in org.eclipse.ui.texteditor with parameters of type IMarkerModifierConstructorDescriptionMarkerAnnotation(String annotationType, IMarker marker) Creates a new annotation of the given type for the given marker.MarkerAnnotation(IMarker marker) Creates a new annotation for the given marker.SimpleMarkerAnnotation(String annotationType, IMarker marker) Creates a new annotation of the given type for the given marker.SimpleMarkerAnnotation(IMarker marker) Creates a new annotation for the given marker. -
Uses of IMarker in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers that return IMarkerModifier and TypeMethodDescriptionabstract IMarker[]WorkbenchMarkerResolution.findOtherMarkers(IMarker[] markers) Iterate through the list of supplied markers.MarkerItem.getMarker()Return the marker for the receiver.IMarker[]MarkerViewHandler.getSelectedMarkers(ExecutionEvent event) Get the selected markers for the receiver in the view from event.Methods in org.eclipse.ui.views.markers with parameters of type IMarkerModifier and TypeMethodDescriptionabstract IMarker[]WorkbenchMarkerResolution.findOtherMarkers(IMarker[] markers) Iterate through the list of supplied markers.static StringReturns the id of the view used to show markers of the same type as the given marker.voidWorkbenchMarkerResolution.run(IMarker[] markers, IProgressMonitor monitor) Runs this resolution.static booleanMarkerViewUtil.showMarker(IWorkbenchPage page, IMarker marker, boolean showView) Shows the given marker in the appropriate view in the given page.static booleanMarkerViewUtil.showMarkers(IWorkbenchPage page, IMarker[] markers, boolean showView) Shows the given markers in the appropriate view for the first marker in the given page. -
Uses of IMarker in org.eclipse.ui.views.markers.internal
Methods in org.eclipse.ui.views.markers.internal that return IMarkerModifier and TypeMethodDescriptionConcreteMarker.getMarker()protected IMarkerDialogMarkerProperties.getMarker()Returns the marker being created or modified.Methods in org.eclipse.ui.views.markers.internal with parameters of type IMarkerModifier and TypeMethodDescriptionMarkerGroup.findGroupValue(String type, IMarker marker) Find the group for the marker of the specified marker type.TypeMarkerGroup.findGroupValue(String typeId, IMarker marker) MarkerSupportRegistry.getCategory(IMarker marker) Get the category associated with marker.static StringUtil.getContainerName(IMarker marker) Get the name of the container.static StringUtil.getCreationTime(IMarker marker) Get the human readable creation time from the marker.static StringUtil.getProperty(String property, IMarker marker) Get the propery called property from the marker.ProjectEncodingMarkerResolutionGenerator.getResolutions(IMarker marker) static StringUtil.getShortContainerName(IMarker marker) Get the short name for the containerbooleanProjectEncodingMarkerResolutionGenerator.hasResolutions(IMarker marker) static booleanUtil.isEditable(IMarker marker) Return whether or not the marker is editable.voidSets the marker to show or modify.Constructors in org.eclipse.ui.views.markers.internal with parameters of type IMarkerModifierConstructorDescriptionConcreteMarker(IMarker toCopy) ProblemMarker(IMarker toCopy) TaskMarker(IMarker toCopy) -
Uses of IMarker in org.eclipse.ui.views.tasklist
Methods in org.eclipse.ui.views.tasklist that return IMarkerModifier and TypeMethodDescriptionTaskPropertiesDialog.getMarker()Returns the marker being created or modified.Methods in org.eclipse.ui.views.tasklist with parameters of type IMarker
IAnnotationPresentation