The Meta-Environment API

Uses of Class
nl.cwi.sen1.tide.tool.support.DebugProcess

Packages that use DebugProcess
nl.cwi.sen1.tide.tool   
nl.cwi.sen1.tide.tool.proclist   
nl.cwi.sen1.tide.tool.ruleinspector   
nl.cwi.sen1.tide.tool.srcviewer   
nl.cwi.sen1.tide.tool.stackviewer   
nl.cwi.sen1.tide.tool.support   
 

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

Fields in nl.cwi.sen1.tide.tool declared as DebugProcess
protected  DebugProcess ProcessTool.process
           
protected  DebugProcess ProcessAction.process
           
 

Methods in nl.cwi.sen1.tide.tool with parameters of type DebugProcess
 ProcessTool ProcessToolFactory.createTool(DebugProcess process)
           
 void ToolManager.editRule(DebugProcess process, Rule rule)
           
 ProcessTool ToolManager.launchProcessTool(java.lang.String toolName, DebugProcess process)
           
 void ToolManager.setCurrentProcess(DebugProcess process)
           
 void ProcessAction.setProcess(DebugProcess process)
           
 

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

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

Fields in nl.cwi.sen1.tide.tool.proclist declared as DebugProcess
private  DebugProcess ProcessPanel.process
           
 

Fields in nl.cwi.sen1.tide.tool.proclist with type parameters of type DebugProcess
private  java.util.Map<DebugProcess,java.awt.Component> AdapterPanel.processes
           
 

Methods in nl.cwi.sen1.tide.tool.proclist with parameters of type DebugProcess
 void AdapterPanel.processCreated(DebugAdapter adapter, DebugProcess process)
           
 void AdapterPanel.processDestroyed(DebugAdapter adapter, DebugProcess process)
           
 

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

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

Fields in nl.cwi.sen1.tide.tool.ruleinspector declared as DebugProcess
(package private)  DebugProcess RuleEditor.process
           
private  DebugProcess RuleSelectorTableModel.process
           
private  DebugProcess RuleSelector.process
           
 

Methods in nl.cwi.sen1.tide.tool.ruleinspector with parameters of type DebugProcess
 ProcessTool RuleInspectorFactory.createTool(DebugProcess process)
           
 void RuleEditor.evaluationResult(DebugProcess process, Expr expr, Expr value, java.lang.String tag)
           
 void RuleSelector.evaluationResult(DebugProcess process, Expr expr, Expr value, java.lang.String tag)
           
 void RuleInspector.processCreated(DebugAdapter adapter, DebugProcess proc)
           
 void RuleInspector.processDestroyed(DebugAdapter adapter, DebugProcess proc)
           
 void RuleEditor.ruleCreated(DebugProcess process, Rule rule)
           
 void RuleSelector.ruleCreated(DebugProcess process, Rule rule)
           
 void RuleEditor.ruleDeleted(DebugProcess process, Rule rule)
           
 void RuleSelector.ruleDeleted(DebugProcess process, Rule rule)
           
 void RuleEditor.ruleModified(DebugProcess process, Rule rule)
           
 void RuleSelector.ruleModified(DebugProcess process, Rule rule)
           
 void RuleEditor.ruleTriggered(DebugProcess process, Rule rule, Expr value)
           
 void RuleSelector.ruleTriggered(DebugProcess process, Rule rule, Expr value)
           
 

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

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

Fields in nl.cwi.sen1.tide.tool.srcviewer declared as DebugProcess
private  DebugProcess SourceViewer.process
           
private  DebugProcess ValuePopup.process
           
private  DebugProcess SourceFileViewer.process
           
 

Methods in nl.cwi.sen1.tide.tool.srcviewer with parameters of type DebugProcess
 ProcessTool SourceViewerFactory.createTool(DebugProcess process)
           
 void SourceViewer.evaluationResult(DebugProcess process, Expr expr, Expr value, java.lang.String tag)
           
 void ValuePopup.evaluationResult(DebugProcess process, Expr expr, Expr value, java.lang.String tag)
           
 void SourceFileViewer.evaluationResult(DebugProcess process, Expr expr, Expr value, java.lang.String tag)
           
 void SourceViewer.processCreated(DebugAdapter adapter, DebugProcess proc)
           
 void SourceViewer.processDestroyed(DebugAdapter adapter, DebugProcess proc)
           
 void SourceViewer.processStatusChanged(DebugProcess process)
           
 void ValuePopup.processStatusChanged(DebugProcess process)
           
 void SourceViewer.ruleCreated(DebugProcess process, Rule rule)
           
 void ValuePopup.ruleCreated(DebugProcess process, Rule rule)
           
 void SourceFileViewer.ruleCreated(DebugProcess process, Rule rule)
           
 void SourceViewer.ruleDeleted(DebugProcess process, Rule rule)
           
 void ValuePopup.ruleDeleted(DebugProcess process, Rule rule)
           
 void SourceFileViewer.ruleDeleted(DebugProcess process, Rule rule)
           
 void SourceViewer.ruleModified(DebugProcess process, Rule rule)
           
 void ValuePopup.ruleModified(DebugProcess process, Rule rule)
           
 void SourceFileViewer.ruleModified(DebugProcess process, Rule rule)
           
 void SourceViewer.ruleTriggered(DebugProcess process, Rule rule, Expr value)
           
 void ValuePopup.ruleTriggered(DebugProcess process, Rule rule, Expr value)
           
 void SourceFileViewer.ruleTriggered(DebugProcess process, Rule rule, Expr value)
           
 void ValuePopup.selectRule(DebugProcess process, Rule rule)
           
 

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

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

Fields in nl.cwi.sen1.tide.tool.stackviewer declared as DebugProcess
private  DebugProcess StackViewer.process
           
 

Methods in nl.cwi.sen1.tide.tool.stackviewer with parameters of type DebugProcess
 ProcessTool StackViewerFactory.createTool(DebugProcess process)
           
 void StackViewer.evaluationResult(DebugProcess process, Expr expr, Expr value, java.lang.String tag)
           
 void StackViewer.processCreated(DebugAdapter adapter, DebugProcess proc)
           
 void StackViewer.processDestroyed(DebugAdapter adapter, DebugProcess proc)
           
 void StackViewer.processStatusChanged(DebugProcess process)
           
 void StackViewer.ruleCreated(DebugProcess process, Rule rule)
           
 void StackViewer.ruleDeleted(DebugProcess process, Rule rule)
           
 void StackViewer.ruleModified(DebugProcess process, Rule rule)
           
 void StackViewer.ruleTriggered(DebugProcess process, Rule rule, Expr value)
           
 

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

Uses of DebugProcess in nl.cwi.sen1.tide.tool.support
 

Fields in nl.cwi.sen1.tide.tool.support declared as DebugProcess
private  DebugProcess ProcessStatus.process
           
 

Fields in nl.cwi.sen1.tide.tool.support with type parameters of type DebugProcess
private  java.util.Map<java.lang.Integer,DebugProcess> DebugAdapter.processes
           
 

Methods in nl.cwi.sen1.tide.tool.support that return DebugProcess
private  DebugProcess DebugAdapter.findProcess(int pid)
           
 

Methods in nl.cwi.sen1.tide.tool.support with parameters of type DebugProcess
 void DebugProcessListener.evaluationResult(DebugProcess process, Expr expr, Expr value, java.lang.String tag)
           
private  void DebugAdapter.fireProcessCreated(DebugProcess proc)
           
private  void DebugAdapter.fireProcessDestroyed(DebugProcess proc)
           
 void DebugAdapterListener.processCreated(DebugAdapter adapter, DebugProcess process)
           
 void DebugAdapterListener.processDestroyed(DebugAdapter adapter, DebugProcess process)
           
 void ProcessStatus.processStatusChanged(DebugProcess process)
           
 void ProcessStatusChangeListener.processStatusChanged(DebugProcess process)
           
 void DebugProcessListener.ruleCreated(DebugProcess process, Rule rule)
           
 void DebugProcessListener.ruleDeleted(DebugProcess process, Rule rule)
           
 void DebugProcessListener.ruleModified(DebugProcess process, Rule rule)
           
 void DebugProcessListener.ruleTriggered(DebugProcess process, Rule rule, Expr value)
           
 

Constructors in nl.cwi.sen1.tide.tool.support with parameters of type DebugProcess
ProcessStatus(DebugProcess proc)
           
 


The Meta-Environment API