|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemoryByte | |
---|---|
org.eclipse.debug.core.model | Defines interfaces for debug model elements, source lookup, and launching. |
org.eclipse.debug.ui.memory |
Uses of MemoryByte in org.eclipse.debug.core.model |
---|
Methods in org.eclipse.debug.core.model that return MemoryByte | |
MemoryByte[] |
IMemoryBlockExtension.getBytesFromOffset(BigInteger unitOffset,
long addressableUnits)
Returns bytes from this memory block based on the base address and addressable size of this memory block. |
MemoryByte[] |
IMemoryBlockExtension.getBytesFromAddress(BigInteger address,
long units)
Returns bytes from this memory block based on the given address and the addressable size of this memory block. |
Uses of MemoryByte in org.eclipse.debug.ui.memory |
---|
Methods in org.eclipse.debug.ui.memory that return MemoryByte | |
MemoryByte[] |
MemoryRenderingElement.getBytes()
Returns the memory bytes being rendered. |
MemoryByte[] |
AbstractTableRendering.getSelectedAsBytes()
Returns the currently selected content in this rendering as MemoryByte. |
Methods in org.eclipse.debug.ui.memory with parameters of type MemoryByte | |
String |
AbstractTextRendering.getString(String dataType,
BigInteger address,
MemoryByte[] data)
|
byte[] |
AbstractTextRendering.getBytes(String dataType,
BigInteger address,
MemoryByte[] currentValues,
String data)
|
abstract String |
AbstractTableRendering.getString(String renderingTypeId,
BigInteger address,
MemoryByte[] data)
Returns text for the given memory bytes at the specified address for the specified rendering type. |
abstract byte[] |
AbstractTableRendering.getBytes(String renderingTypeId,
BigInteger address,
MemoryByte[] currentValues,
String newValue)
Returns bytes for the given text corresponding to bytes at the given address for the specified rendering type. |
Constructors in org.eclipse.debug.ui.memory with parameters of type MemoryByte | |
MemoryRenderingElement(IMemoryRendering rendering,
BigInteger address,
MemoryByte[] bytes)
Constructs a new memory rendering element for the given rendering and specified bytes. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.