|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.memory.MemoryRenderingElement
A memory rendering element represents a set of memory bytes being rendered in a memory rendering. Instances of this class are passed to a rendering's label provider, color provider, and font provider to be rendered.
Clients may instantiate this class. Clients may subclass this class to add other members / settings as required by a rendering.
Constructor Summary | |
---|---|
MemoryRenderingElement(IMemoryRendering rendering,
BigInteger address,
MemoryByte[] bytes)
Constructs a new memory rendering element for the given rendering and specified bytes. |
Method Summary | |
---|---|
BigInteger |
getAddress()
Returns the address at which bytes are being rendered. |
MemoryByte[] |
getBytes()
Returns the memory bytes being rendered. |
IMemoryRendering |
getRendering()
Returns the memory rendering in which bytes are being rendered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemoryRenderingElement(IMemoryRendering rendering, BigInteger address, MemoryByte[] bytes)
rendering
- the rendering containing the memory block being renderedaddress
- the address at which the rendering is taking placebytes
- the memory bytes being renderedMethod Detail |
public IMemoryRendering getRendering()
public BigInteger getAddress()
public MemoryByte[] getBytes()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.