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 IMemoryRenderingType


public interface IMemoryRenderingType

Represents a type of memory rendering contributed via the memoryRenderings extension point.

Clients contributing a rendering usually implement IMemoryRenderingTypeDelegate and IMemoryRendering. Clients providing dynamic rendering bindings via an IMemoryRenderingBindingsProvider may implement this interface.

Since:
3.1

Method Summary
  IMemoryRendering createRendering ()
          Creates and returns a new rendering of this type or null if none.
  String getId ()
          Returns the unique identifier for this rendering type.
  String getLabel ()
          Returns a label for this type of memory rendering.
 

Method Detail

getLabel


String getLabel()
Returns a label for this type of memory rendering.

Returns:
a label for this type of memory rendering

getId


String getId()
Returns the unique identifier for this rendering type.

Returns:
the unique identifier for this rendering type

createRendering


IMemoryRendering createRendering()
                                 throws 
CoreException
Creates and returns a new rendering of this type or null if none.

Returns:
a new rendering of this type
Throws:
CoreException - if an exception occurs creating the rendering

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