public interface ITypeInfoImageProvider
ITypeInfoRequestor
.
The interface should be implemented by clients wishing to provide special images inside the type selection dialog.
Modifier and Type | Method and Description |
---|---|
ImageDescriptor |
getImageDescriptor(ITypeInfoRequestor typeInfoRequestor)
Returns the image descriptor for the type represented by the
given
ITypeInfoRequestor . |
ImageDescriptor getImageDescriptor(ITypeInfoRequestor typeInfoRequestor)
ITypeInfoRequestor
.
Note, that this method may be called from non UI threads.
typeInfoRequestor
- the ITypeInfoRequestor
to access
information for the type under inspectionnull
to use the default
image
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.