[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: AbstractPluginUI and ImageRegistry confusion

Hi David,

org.eclipse.jface.action.Action.setXXXImage() takes only ImageDescriptor.

-Sharon

David Springgay wrote:

> Hi Sharon,

> I have logged a problem report with your comments.  

>   1GJUE5V: ITPUI:WIN98 - EC: AbstractUIPlugin API Problems

> In the meantime, I suggest you override the createImageRegistry method in
> AbstractUIPlugin.  Is there any particular reason why you need an image
> descriptor rather than an image?  Is there some class in JFace which
> requires descriptors?  

> Dave