Package org.eclipse.debug.ui.memory
Interface IMemoryRenderingTypeDelegate
-
public interface IMemoryRenderingTypeDelegate
A factory that creates memory renderings.Clients contributing a memory rendering type are intended to implement this interface. This factory will be used to create renderings.
- Since:
- 3.1
- See Also:
IMemoryRendering
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMemoryRendering
createRendering(String id)
Creates and returns a rendering of the specified type, ornull
if none.
-
-
-
Method Detail
-
createRendering
IMemoryRendering createRendering(String id) throws CoreException
Creates and returns a rendering of the specified type, ornull
if none.- Parameters:
id
- unique identifier of a memory rendering type- Returns:
- a new rendering of the given type or
null
- Throws:
CoreException
- if unable to create the rendering
-
-