|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMemoryRendering | |
---|---|
org.eclipse.debug.ui.memory |
Uses of IMemoryRendering in org.eclipse.debug.ui.memory |
---|
Classes in org.eclipse.debug.ui.memory that implement IMemoryRendering | |
class |
AbstractMemoryRendering
Abstract implementation of a memory rendering. |
class |
AbstractTableRendering
Abstract implementation of a table rendering. |
class |
AbstractTextRendering
Abstract implementation of a rendering that translates memory into text, displayed in a table. |
Methods in org.eclipse.debug.ui.memory that return IMemoryRendering | |
IMemoryRendering |
MemoryRenderingElement.getRendering()
Returns the memory rendering in which bytes are being rendered. |
IMemoryRendering |
IMemoryRenderingTypeDelegate.createRendering(String id)
Creates and returns a rendering of the specified type, or null
if none. |
IMemoryRendering |
IMemoryRenderingType.createRendering()
Creates and returns a new rendering of this type or null
if none. |
IMemoryRendering |
IMemoryRenderingSynchronizationService.getSynchronizationProvider()
Returns the rendering currengly providing synchronization information for this synchronization service, or null
|
IMemoryRendering[] |
IMemoryRenderingContainer.getRenderings()
Returns all renderings currently hosted by this container. |
IMemoryRendering |
IMemoryRenderingContainer.getActiveRendering()
Returns the active rendering in this container, or null
if none. |
Methods in org.eclipse.debug.ui.memory with parameters of type IMemoryRendering | |
void |
IMemoryRenderingSynchronizationService.setSynchronizationProvider(IMemoryRendering rendering)
Sets the rendering currently providing sychronization information for this synchronization service, or null if none. |
void |
IMemoryRenderingContainer.addMemoryRendering(IMemoryRendering rendering)
Adds the given rendering to this container. |
void |
IMemoryRenderingContainer.removeMemoryRendering(IMemoryRendering rendering)
Removes the given rendering from this container. |
Constructors in org.eclipse.debug.ui.memory with parameters of type IMemoryRendering | |
MemoryRenderingElement(IMemoryRendering rendering,
BigInteger address,
MemoryByte[] bytes)
Constructs a new memory rendering element for the given rendering and specified bytes. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.