TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.trace.ui.launcher
Interface IProfilingSetTypeGroup


Deprecated. The extension point for profiling type groups is been deprecated.

public interface IProfilingSetTypeGroup

Profiling Set Type Group interface A profiling type group (ie. Memory Analysis, Time Analysis, Memory Leak Analysis, Code Coverage..)


Method Summary
 java.lang.String getDescription()
          Deprecated.  
 org.eclipse.jface.resource.ImageDescriptor getIcon()
          Deprecated.  
 java.lang.String getId()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 void setDescription(java.lang.String description)
          Deprecated.  
 void setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
          Deprecated.  
 void setId(java.lang.String id)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated.  
 

Method Detail

getIcon

org.eclipse.jface.resource.ImageDescriptor getIcon()
Deprecated. 
Returns:
Returns the icon.

setIcon

void setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
Deprecated. 
Parameters:
icon - The icon to set.

getId

java.lang.String getId()
Deprecated. 
Returns:
Returns the id.

setId

void setId(java.lang.String id)
Deprecated. 
Parameters:
id - The id to set.

getName

java.lang.String getName()
Deprecated. 
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Deprecated. 
Parameters:
name - The name to set.

getDescription

java.lang.String getDescription()
Deprecated. 
Returns:
Returns the description.

setDescription

void setDescription(java.lang.String description)
Deprecated. 
Parameters:
name - The description to set.

TPTP 4.5.0 Platform Project
Public API Specification