|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
String |
getId()
Reutrns the identifier of this container. |
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 |
public IMemoryRenderingSite getMemoryRenderingSite()
public String getId()
public void addMemoryRendering(IMemoryRendering rendering)
rendering
- the rendering to addpublic void removeMemoryRendering(IMemoryRendering rendering)
rendering
- the rendering to removepublic IMemoryRendering[] getRenderings()
public IMemoryRendering getActiveRendering()
null
if none.
null
if nonepublic String getLabel()
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.