The Meta-Environment API

nl.cwi.sen1.tide.tool.stackviewer
Class StackViewerFactory

java.lang.Object
  extended by nl.cwi.sen1.tide.tool.stackviewer.StackViewerFactory
All Implemented Interfaces:
ProcessToolFactory

public class StackViewerFactory
extends java.lang.Object
implements ProcessToolFactory


Field Summary
private  ToolManager manager
           
 
Constructor Summary
StackViewerFactory(ToolManager manager)
           
 
Method Summary
 ProcessTool createTool(DebugProcess process)
           
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

private ToolManager manager
Constructor Detail

StackViewerFactory

public StackViewerFactory(ToolManager manager)
Method Detail

createTool

public ProcessTool createTool(DebugProcess process)
Specified by:
createTool in interface ProcessToolFactory

getName

public java.lang.String getName()
Specified by:
getName in interface ProcessToolFactory

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in interface ProcessToolFactory

The Meta-Environment API