Uses of Interface
org.eclipse.debug.ui.memory.IMemoryRendering
Package
Description
Provides classes and interfaces to render memory blocks in the memory view.
-
Uses of IMemoryRendering in org.eclipse.debug.internal.ui.views.memory.renderings
Modifier and TypeClassDescriptionclass
org.eclipse.debug.internal.ui.views.memory.renderings.AbstractBaseTableRendering
Internal base class to allow AbstractTableRendering and AbstractAsyncTableRendering to share actions and dialogs. -
Uses of IMemoryRendering in org.eclipse.debug.ui.memory
Modifier and TypeInterfaceDescriptioninterface
A memory rendering that can be repositioned.interface
A memory rendering that can be reset.Modifier and TypeClassDescriptionclass
Abstract implementation of a memory rendering.class
Abstract implementation of a table rendering.class
Abstract implementation of a rendering that translates memory into text, displayed in a table.Modifier and TypeMethodDescriptionIMemoryRenderingType.createRendering()
Creates and returns a new rendering of this type ornull
if none.IMemoryRenderingTypeDelegate.createRendering
(String id) Creates and returns a rendering of the specified type, ornull
if none.IMemoryRenderingContainer.getActiveRendering()
Returns the active rendering in this container, ornull
if none.MemoryRenderingElement.getRendering()
Returns the memory rendering in which bytes are being rendered.IMemoryRenderingContainer.getRenderings()
Returns all renderings currently hosted by this container.IMemoryRenderingSynchronizationService.getSynchronizationProvider()
Returns the rendering currently providing synchronization information for this synchronization service, ornull
if none.Modifier and TypeMethodDescriptionvoid
IMemoryRenderingContainer.addMemoryRendering
(IMemoryRendering rendering) Adds the given rendering to this container.void
IMemoryRenderingContainer.removeMemoryRendering
(IMemoryRendering rendering) Removes the given rendering from this container.void
IMemoryRenderingSynchronizationService.setSynchronizationProvider
(IMemoryRendering rendering) Sets the rendering currently providing sychronization information for this synchronization service, ornull
if none.ModifierConstructorDescriptionMemoryRenderingElement
(IMemoryRendering rendering, BigInteger address, MemoryByte[] bytes) Constructs a new memory rendering element for the given rendering and specified bytes.