public interface IMemoryRenderingTypeDelegate
Clients contributing a memory rendering type are intended to implement this interface. This factory will be used to create renderings.
IMemoryRendering
Modifier and Type | Method and Description |
---|---|
IMemoryRendering |
createRendering(String id)
Creates and returns a rendering of the specified type, or
null
if none. |
IMemoryRendering createRendering(String id) throws CoreException
null
if none.id
- unique identifier of a memory rendering typenull
CoreException
- if unable to create the rendering
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.