public interface IMemoryRenderingType
memoryRenderings
extension point.
Clients contributing a rendering usually
implement IMemoryRenderingTypeDelegate
and IMemoryRendering
. Clients providing
dynamic rendering bindings via an
IMemoryRenderingBindingsProvider
may implement this interface.
Modifier and Type | Method and Description |
---|---|
IMemoryRendering |
createRendering()
Creates and returns a new rendering of this type or
null
if none. |
String |
getId()
Returns the unique identifier for this rendering type.
|
String |
getLabel()
Returns a label for this type of memory rendering.
|
String getLabel()
String getId()
IMemoryRendering createRendering() throws CoreException
null
if none.CoreException
- if an exception occurs creating
the rendering
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.