|
|
|
|
Uses of Class org.eclipse.debug.core.model.MemoryByte
Methods in
org.eclipse.debug.ui.memory with parameters of type
MemoryByte
|
byte[]
|
AbstractTextRendering.
getBytes
(
String dataType,
BigInteger address,
MemoryByte[] currentValues,
String data)
|
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. |
String
|
AbstractTextRendering.
getString
(
String dataType,
BigInteger address,
MemoryByte[] 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. |
protected
String
|
AbstractTableRendering.
getToolTipText
(
BigInteger address,
MemoryByte[] bytes)
Returns the text to display in a tool tip at the specified address
for the specified bytes. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|