public interface IRepositionableMemoryRendering extends IMemoryRendering
Clients may implement this interface.
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getSelectedAddress()
Returns the currently selected address of this rendering or
null if none |
MemoryByte[] |
getSelectedAsBytes()
Returns the currently selected content as
MemoryByte array. |
void |
goToAddress(BigInteger address)
Position the rendering to the given address.
|
activated, addPropertyChangeListener, becomesHidden, becomesVisible, createControl, deactivated, dispose, getControl, getImage, getLabel, getMemoryBlock, getRenderingId, init, removePropertyChangeListenergetAdapterBigInteger getSelectedAddress()
null if nonenull if noneMemoryByte[] getSelectedAsBytes()
MemoryByte array.
Returns an empty array if there is no selection.MemoryByte array or empty if there is
no selection.void goToAddress(BigInteger address) throws DebugException
address - the address to go toDebugException - when there is a problem repositioning the rendering to the
address
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.