com.semarchy.mdm.runtime.model.labels
Interface IRuntimeImageProvider
public interface IRuntimeImageProvider
Interface that allows getting an image URL for a given object
- Author:
- skamel
getSmallImageURL
URL getSmallImageURL(Object pObject)
- Parameters:
pObject
-
- Returns:
- the small 16x16 image URL for the image representing an object or null if none defined
getLargeImageURL
URL getLargeImageURL(Object pObject)
- Parameters:
pObject
-
- Returns:
- the large 64x64 image URL for the image representing an object or null if none defined
Copyright © 2015. All Rights Reserved.