public interface IMemoryRenderingManager extends IMemoryRenderingBindingsProvider
Modifier and Type | Method and Description |
---|---|
IMemoryRenderingType |
getRenderingType(String id)
Returns the memory rendering type with the given identifier, or
null if none. |
IMemoryRenderingType[] |
getRenderingTypes()
Returns all contributed memory rendering types.
|
addListener, getDefaultRenderingTypes, getPrimaryRenderingType, getRenderingTypes, removeListener
IMemoryRenderingType[] getRenderingTypes()
IMemoryRenderingType getRenderingType(String id)
null
if none. The memory rendering manager will
search through rendering types that are contributed via explicit
rendering bindings. (i.e. rendering types contributed via the
memoryRenderings extension point). This method will not return
rendering types that are contributed by a memory binding provider.id
- memory rendering type identifiernull
if none
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.