The Meta-Environment API

nl.cwi.sen1.tide.tool.ruleinspector
Class RuleInspectorFactory

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

public class RuleInspectorFactory
extends java.lang.Object
implements ProcessToolFactory


Field Summary
private  ToolManager manager
           
static java.lang.String NAME
           
 
Constructor Summary
RuleInspectorFactory(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

NAME

public static java.lang.String NAME

manager

private ToolManager manager
Constructor Detail

RuleInspectorFactory

public RuleInspectorFactory(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