The Meta-Environment API

nl.cwi.sen1.tide.tool.srcviewer
Class SourceViewerFactory

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

public class SourceViewerFactory
extends java.lang.Object
implements ProcessToolFactory


Field Summary
private  ToolManager manager
           
protected static java.lang.String PREF_LINENUMBER_FONT
           
protected static java.lang.String PREF_SOURCECODE_FONT
           
 
Constructor Summary
SourceViewerFactory(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

PREF_SOURCECODE_FONT

protected static final java.lang.String PREF_SOURCECODE_FONT
See Also:
Constant Field Values

PREF_LINENUMBER_FONT

protected static final java.lang.String PREF_LINENUMBER_FONT
See Also:
Constant Field Values

manager

private ToolManager manager
Constructor Detail

SourceViewerFactory

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