Eclipse Platform
Release 3.3

org.eclipse.debug.ui.memory
Interface IResettableMemoryRendering

All Superinterfaces:
IAdaptable, IMemoryRendering
All Known Implementing Classes:
AbstractTableRendering

public interface IResettableMemoryRendering
extends IMemoryRendering

A memory rendering that can be reset. Reset behavior is rendering specific. Typically, reset means that the rendering would position itself back to the base address of its memory block. However, clients may define its reset behavior that is suitable for its rendering.

Clients may implement this interface.

Since:
3.2

Method Summary
 void resetRendering()
          Reset this memory rendering.
 
Methods inherited from interface org.eclipse.debug.ui.memory.IMemoryRendering
activated, addPropertyChangeListener, becomesHidden, becomesVisible, createControl, deactivated, dispose, getControl, getImage, getLabel, getMemoryBlock, getRenderingId, init, removePropertyChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

resetRendering

public void resetRendering()
                    throws DebugException
Reset this memory rendering.

Throws:
DebugException - when there is a problem resetting this memory rendering.

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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