Eclipse Platform
Release 3.3

Uses of Package
org.eclipse.debug.ui.memory

Packages that use org.eclipse.debug.ui.memory
org.eclipse.debug.internal.ui.views.memory.renderings   
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. 
 

Classes in org.eclipse.debug.ui.memory used by org.eclipse.debug.internal.ui.views.memory.renderings
AbstractMemoryRendering
          Abstract implementation of a memory rendering.
IMemoryRendering
          An arbitrary rendering of a memory block.
IRepositionableMemoryRendering
          A memory rendering that can be repositioned.
 

Classes in org.eclipse.debug.ui.memory used by org.eclipse.debug.ui
IMemoryRenderingManager
          Manager for memory renderings.
 

Classes in org.eclipse.debug.ui.memory used by org.eclipse.debug.ui.actions
IMemoryRenderingType
          Represents a type of memory rendering contributed via the memoryRenderings extension point.
 

Classes in org.eclipse.debug.ui.memory used by org.eclipse.debug.ui.memory
AbstractMemoryRendering
          Abstract implementation of a memory rendering.
AbstractTableRendering
          Abstract implementation of a table rendering.
IMemoryBlockTablePresentation
          Allows debug models to customize the rendering of addresses for its memory blocks in table and text based renderings provided by the debug platform.
IMemoryRendering
          An arbitrary rendering of a memory block.
IMemoryRenderingBindingsListener
          A rendering bindings listener is notified of changes in the renderings provided by a rendering bindings provider.
IMemoryRenderingBindingsProvider
          A rendering bindings provider provides rendering type bindings for a memory block.
IMemoryRenderingContainer
          A memory rendering container is a container within a memory rendering site for hosting a memory renderings.
IMemoryRenderingSite
          A workbench site that hosts memory renderings and provides synchronization services for memory renderings.
IMemoryRenderingSynchronizationService
          Provides facilities related to the synchronization of memory renderings.
IMemoryRenderingType
          Represents a type of memory rendering contributed via the memoryRenderings extension point.
IRepositionableMemoryRendering
          A memory rendering that can be repositioned.
IResettableMemoryRendering
          A memory rendering that can be reset.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.