Uses of Interface
org.eclipse.debug.ui.memory.IMemoryRenderingSite
-
Packages that use IMemoryRenderingSite Package Description org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. -
-
Uses of IMemoryRenderingSite in org.eclipse.debug.ui.memory
Subinterfaces of IMemoryRenderingSite in org.eclipse.debug.ui.memory Modifier and Type Interface Description interface
IMemoryRenderingSite2
Extension to memory site that allows a client to request a rendering container to become visible.Methods in org.eclipse.debug.ui.memory that return IMemoryRenderingSite Modifier and Type Method Description IMemoryRenderingSite
IMemoryRenderingContainer. getMemoryRenderingSite()
Returns the rendering site hosting this container.
-