The Meta-Environment API

Uses of Class
nl.cwi.sen1.tide.tool.ToolManager

Packages that use ToolManager
nl.cwi.sen1.tide   
nl.cwi.sen1.tide.tool   
nl.cwi.sen1.tide.tool.prefeditor   
nl.cwi.sen1.tide.tool.proclist   
nl.cwi.sen1.tide.tool.ruleinspector   
nl.cwi.sen1.tide.tool.srcviewer   
nl.cwi.sen1.tide.tool.stackviewer   
 

Uses of ToolManager in nl.cwi.sen1.tide
 

Fields in nl.cwi.sen1.tide declared as ToolManager
private  ToolManager TideControl.manager
           
 

Methods in nl.cwi.sen1.tide that return ToolManager
 ToolManager TideControl.getManager()
           
 

Uses of ToolManager in nl.cwi.sen1.tide.tool
 

Fields in nl.cwi.sen1.tide.tool declared as ToolManager
private  ToolManager TideTool.manager
           
private  ToolManager AdapterAction.manager
           
private  ToolManager ProcessAction.manager
           
 

Methods in nl.cwi.sen1.tide.tool that return ToolManager
 ToolManager TideTool.getManager()
           
 

Constructors in nl.cwi.sen1.tide.tool with parameters of type ToolManager
AdapterAction(java.lang.String tool, javax.swing.Icon icon, ToolManager manager)
           
AdapterTool(ToolManager manager, DebugAdapter adapter)
           
ProcessAction(java.lang.String tool, javax.swing.Icon icon, ToolManager manager)
           
ProcessTool(ToolManager manager, DebugProcess process)
           
TideTool(ToolManager manager)
           
 

Uses of ToolManager in nl.cwi.sen1.tide.tool.prefeditor
 

Fields in nl.cwi.sen1.tide.tool.prefeditor declared as ToolManager
private  ToolManager PreferencesEditorFactory.manager
           
 

Constructors in nl.cwi.sen1.tide.tool.prefeditor with parameters of type ToolManager
PreferencesEditor(ToolManager manager)
           
PreferencesEditorFactory(ToolManager manager)
           
 

Uses of ToolManager in nl.cwi.sen1.tide.tool.proclist
 

Fields in nl.cwi.sen1.tide.tool.proclist declared as ToolManager
private  ToolManager ProcessPanel.toolManager
           
private  ToolManager AdapterPanel.toolManager
           
private  ToolManager ProcessList.toolManager
           
 

Constructors in nl.cwi.sen1.tide.tool.proclist with parameters of type ToolManager
AdapterPanel(DebugAdapter adap, ToolManager manager)
           
ProcessList(ToolManager manager)
           
ProcessPanel(ToolManager manager, DebugProcess proc, AdapterPanel adapPanel)
           
 

Uses of ToolManager in nl.cwi.sen1.tide.tool.ruleinspector
 

Fields in nl.cwi.sen1.tide.tool.ruleinspector declared as ToolManager
private  ToolManager RuleInspectorFactory.manager
           
 

Constructors in nl.cwi.sen1.tide.tool.ruleinspector with parameters of type ToolManager
RuleInspector(ToolManager manager, DebugProcess process)
           
RuleInspectorFactory(ToolManager manager)
           
 

Uses of ToolManager in nl.cwi.sen1.tide.tool.srcviewer
 

Fields in nl.cwi.sen1.tide.tool.srcviewer declared as ToolManager
private  ToolManager SourceViewerFactory.manager
           
private  ToolManager ValuePopup.manager
           
private  ToolManager SourceFileViewer.manager
           
 

Constructors in nl.cwi.sen1.tide.tool.srcviewer with parameters of type ToolManager
SourceFileViewer(ToolManager manager, DebugProcess process, java.lang.String file, int id, java.lang.String tag_view_var)
           
SourceViewer(ToolManager manager, DebugProcess process)
           
SourceViewerFactory(ToolManager manager)
           
ValuePopup(ToolManager manager, SourceFileViewer viewer, DebugProcess process, Expr expr, java.lang.String label, Expr initial_value, ExprFormat fmt)
           
 

Uses of ToolManager in nl.cwi.sen1.tide.tool.stackviewer
 

Fields in nl.cwi.sen1.tide.tool.stackviewer declared as ToolManager
private  ToolManager StackViewerFactory.manager
           
 

Constructors in nl.cwi.sen1.tide.tool.stackviewer with parameters of type ToolManager
StackViewer(ToolManager manager, DebugProcess process)
           
StackViewerFactory(ToolManager manager)
           
 


The Meta-Environment API