Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IMarkerResolution

Packages that use IMarkerResolution
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
 

Uses of IMarkerResolution in org.eclipse.ui
 

Methods in org.eclipse.ui that return IMarkerResolution
 IMarkerResolution[] IMarkerResolutionGenerator.getResolutions(IMarker marker)
          Returns resolutions for the given marker (may be empty).
 IMarkerResolution[] IMarkerHelpRegistry.getResolutions(IMarker marker)
          Returns an array of resolutions for the given marker.
 

Uses of IMarkerResolution in org.eclipse.ui.dialogs
 

Constructors in org.eclipse.ui.dialogs with parameters of type IMarkerResolution
MarkerResolutionSelectionDialog(Shell shell, IMarkerResolution[] markerResolutions)
          Creates an instance of this dialog to display the given resolutions.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.