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
Interface IMarkerHelpRegistry


public interface IMarkerHelpRegistry

Registry of F1 help contexts and resolutions for markers.

The information contained in the registry is read from the org.eclipse.ui.markerhelp and org.eclipse.ui.markerresolution extension points.

Since:
2.0

Method Summary
  String getHelp ( IMarker marker)
          Returns a help context id for the given marker or null if no help has been registered for the marker.
  IMarkerResolution[] getResolutions ( IMarker marker)
          Returns an array of resolutions for the given marker.
 boolean hasResolutions ( IMarker marker)
          Returns false if there are no resolutions for the given marker.
 

Method Detail

getHelp


String getHelp(
IMarker marker)
Returns a help context id for the given marker or null if no help has been registered for the marker.

Parameters:
marker - the marker for which to obtain help
Since:
2.0

hasResolutions

boolean hasResolutions(
IMarker marker)
Returns false if there are no resolutions for the given marker. Returns true if their may be resolutions. In most cases a true value means there are resolutions but due to plugin loading issues getResolutions may sometimes return an empty array after this method returns true.

Parameters:
marker - the marker for which to determine if there are resolutions
Since:
2.0

getResolutions


IMarkerResolution[] getResolutions(
IMarker marker)
Returns an array of resolutions for the given marker. The returned array will be empty if there are no resolutions for the marker.

Parameters:
marker - the marker for which to obtain resolutions
Since:
2.0

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