Uses of Interface
org.eclipse.debug.ui.memory.IMemoryRendering
Packages that use 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
Classes in org.eclipse.debug.internal.ui.views.memory.renderings that implement IMemoryRenderingModifier and TypeClassDescriptionclassorg.eclipse.debug.internal.ui.views.memory.renderings.AbstractBaseTableRenderingInternal base class to allow AbstractTableRendering and AbstractAsyncTableRendering to share actions and dialogs. -
Uses of IMemoryRendering in org.eclipse.debug.ui.memory
Subinterfaces of IMemoryRendering in org.eclipse.debug.ui.memoryModifier and TypeInterfaceDescriptioninterfaceA memory rendering that can be repositioned.interfaceA memory rendering that can be reset.Classes in org.eclipse.debug.ui.memory that implement IMemoryRenderingModifier and TypeClassDescriptionclassAbstract implementation of a memory rendering.classAbstract implementation of a table rendering.classAbstract implementation of a rendering that translates memory into text, displayed in a table.Methods in org.eclipse.debug.ui.memory that return IMemoryRenderingModifier and TypeMethodDescriptionIMemoryRenderingType.createRendering()Creates and returns a new rendering of this type ornullif none.IMemoryRenderingTypeDelegate.createRendering(String id) Creates and returns a rendering of the specified type, ornullif none.IMemoryRenderingContainer.getActiveRendering()Returns the active rendering in this container, ornullif 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, ornullif none.Methods in org.eclipse.debug.ui.memory with parameters of type IMemoryRenderingModifier and TypeMethodDescriptionvoidIMemoryRenderingContainer.addMemoryRendering(IMemoryRendering rendering) Adds the given rendering to this container.voidIMemoryRenderingContainer.removeMemoryRendering(IMemoryRendering rendering) Removes the given rendering from this container.voidIMemoryRenderingSynchronizationService.setSynchronizationProvider(IMemoryRendering rendering) Sets the rendering currently providing sychronization information for this synchronization service, ornullif none.Constructors in org.eclipse.debug.ui.memory with parameters of type IMemoryRenderingModifierConstructorDescriptionMemoryRenderingElement(IMemoryRendering rendering, BigInteger address, MemoryByte[] bytes) Constructs a new memory rendering element for the given rendering and specified bytes.