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 renderingGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.