|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMemoryRenderingContainer
A memory rendering container is a container within a memory rendering site for hosting a memory renderings.
Clients hosting memory renderings may implement this interface.
Method Summary | |
---|---|
void |
addMemoryRendering(IMemoryRendering rendering)
Adds the given rendering to this container. |
IMemoryRendering |
getActiveRendering()
Returns the active rendering in this container, or null
if none. |
java.lang.String |
getId()
Returns the identifier of this container. |
java.lang.String |
getLabel()
Returns the label for this container. |
IMemoryRenderingSite |
getMemoryRenderingSite()
Returns the rendering site hosting this container. |
IMemoryRendering[] |
getRenderings()
Returns all renderings currently hosted by this container. |
void |
removeMemoryRendering(IMemoryRendering rendering)
Removes the given rendering from this container. |
Method Detail |
---|
IMemoryRenderingSite getMemoryRenderingSite()
java.lang.String getId()
void addMemoryRendering(IMemoryRendering rendering)
rendering
- the rendering to addvoid removeMemoryRendering(IMemoryRendering rendering)
rendering
- the rendering to removeIMemoryRendering[] getRenderings()
IMemoryRendering getActiveRendering()
null
if none.
null
if nonejava.lang.String getLabel()
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.