Uses of Interface
org.eclipse.debug.ui.memory.IMemoryRendering
-
Packages that use IMemoryRendering Package Description org.eclipse.debug.internal.ui.views.memory.renderings org.eclipse.debug.ui.memory 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IMemoryRendering Modifier and Type Class Description classorg.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.memory Modifier and Type Interface Description interfaceIRepositionableMemoryRenderingA memory rendering that can be repositioned.interfaceIResettableMemoryRenderingA memory rendering that can be reset.Classes in org.eclipse.debug.ui.memory that implement IMemoryRendering Modifier and Type Class Description classAbstractMemoryRenderingAbstract implementation of a memory rendering.classAbstractTableRenderingAbstract implementation of a table rendering.classAbstractTextRenderingAbstract implementation of a rendering that translates memory into text, displayed in a table.Methods in org.eclipse.debug.ui.memory that return IMemoryRendering Modifier and Type Method Description IMemoryRenderingIMemoryRenderingType. createRendering()Creates and returns a new rendering of this type ornullif none.IMemoryRenderingIMemoryRenderingTypeDelegate. createRendering(String id)Creates and returns a rendering of the specified type, ornullif none.IMemoryRenderingIMemoryRenderingContainer. getActiveRendering()Returns the active rendering in this container, ornullif none.IMemoryRenderingMemoryRenderingElement. getRendering()Returns the memory rendering in which bytes are being rendered.IMemoryRendering[]IMemoryRenderingContainer. getRenderings()Returns all renderings currently hosted by this container.IMemoryRenderingIMemoryRenderingSynchronizationService. 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 IMemoryRendering Modifier and Type Method Description voidIMemoryRenderingContainer. 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 IMemoryRendering Constructor Description MemoryRenderingElement(IMemoryRendering rendering, BigInteger address, MemoryByte[] bytes)Constructs a new memory rendering element for the given rendering and specified bytes.
-