Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.debug.core.model.MemoryByte

Packages that use MemoryByte
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. 
 

Uses of MemoryByte in org.eclipse.debug.core.model
 

Methods in org.eclipse.debug.core.model that return MemoryByte
  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.
  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.
 

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[] IRepositionableMemoryRendering. getSelectedAsBytes ()
          Returns the currently selected content as MemoryByte array.
  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
 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.
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire