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

org.eclipse.debug.ui.memory
Interface IMemoryRenderingManager

All Superinterfaces:
IMemoryRenderingBindingsProvider

public interface IMemoryRenderingManager
extends IMemoryRenderingBindingsProvider

Manager for memory renderings. Provides facilities for creating renderings and retrieving memory rendering bindings.

Since:
3.1
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
  IMemoryRenderingType getRenderingType ( String id)
          Returns the memory rendering type with the given identifier, or null if none.
  IMemoryRenderingType[] getRenderingTypes ()
          Returns all contributed memory rendering types.
 
Methods inherited from interface org.eclipse.debug.ui.memory. IMemoryRenderingBindingsProvider
addListener, getDefaultRenderingTypes, getPrimaryRenderingType, getRenderingTypes, removeListener
 

Method Detail

getRenderingTypes


IMemoryRenderingType[] getRenderingTypes()
Returns all contributed memory rendering types.

Returns:
all contributed memory rendering types

getRenderingType


IMemoryRenderingType getRenderingType(
String id)
Returns the memory rendering type with the given identifier, or null if none. The memory rendering manager will search through rendering types that are contributed via explicit rendering bindings. (i.e. rendering types contributed via the memoryRenderings extension point). This method will not return rendering types that are contributed by a memory binding provider.

Parameters:
id - memory rendering type identifier
Returns:
the memory rendering type with the given identifier, or null if none

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