Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.views.markers
Class WorkbenchMarkerResolution


java.lang.Object
  extended by 
org.eclipse.ui.views.markers.WorkbenchMarkerResolution
All Implemented Interfaces:
IMarkerResolution, IMarkerResolution2

public abstract class WorkbenchMarkerResolution
extends Object
implements IMarkerResolution2

WorkbenchMarkerResolution is the resolution that can be grouped with others that are similar to allow multi selection.

Since:
3.2

Constructor Summary
WorkbenchMarkerResolution ()
           
 
Method Summary
abstract   IMarker[] findOtherMarkers ( IMarker[] markers)
          Iterate through the list of supplied markers.
 void run ( IMarker[] markers, IProgressMonitor monitor)
          Runs this resolution.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui. IMarkerResolution2
getDescription, getImage
 
Methods inherited from interface org.eclipse.ui. IMarkerResolution
getLabel, run
 

Constructor Detail

WorkbenchMarkerResolution

public WorkbenchMarkerResolution()
Method Detail

findOtherMarkers

public abstract 
IMarker[] findOtherMarkers(
IMarker[] markers)
Iterate through the list of supplied markers. Return any that can also have the receiver applied to them.

Parameters:
markers -
Returns:
IMarker[]

run

public void run(
IMarker[] markers,
                
IProgressMonitor monitor)
Runs this resolution. Resolve all markers. markers must be a subset of the markers returned by findOtherMarkers(IMarker[]).

Parameters:
markers - The markers to resolve, not null
monitor - The monitor to report progress

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire