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 IMarkerResolution2

All Superinterfaces:
IMarkerResolution
All Known Implementing Classes:
WorkbenchMarkerResolution

public interface IMarkerResolution2
extends IMarkerResolution

Extends IMarkerResolution. This interface should be used in place of IMarkerResolution if a description and/or image are desired.

Since:
3.0

Method Summary
  String getDescription ()
          Returns optional additional information about the resolution.
  Image getImage ()
          Returns the image to be displayed in the list of resolutions.
 
Methods inherited from interface org.eclipse.ui. IMarkerResolution
getLabel, run
 

Method Detail

getDescription


String getDescription()
Returns optional additional information about the resolution. The additional information will be presented to assist the user in deciding if the selected proposal is the desired choice.

Returns:
the additional information or null

getImage


Image getImage()
Returns the image to be displayed in the list of resolutions. The image would typically be shown to the left of the display string.

Returns:
the image to be shown or null if no image is desired

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