The Meta-Environment API

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

Packages that use DebugAdapter
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 DebugAdapter in nl.cwi.sen1.tide.tool
 

Fields in nl.cwi.sen1.tide.tool declared as DebugAdapter
protected  DebugAdapter AdapterTool.adapter
           
private  DebugAdapter AdapterAction.adapter
           
 

Methods in nl.cwi.sen1.tide.tool that return DebugAdapter
 DebugAdapter AdapterAction.getAdapter()
           
 

Methods in nl.cwi.sen1.tide.tool with parameters of type DebugAdapter
 AdapterTool AdapterToolFactory.createTool(DebugAdapter adapter)
           
 AdapterTool ToolManager.launchAdapterTool(java.lang.String toolName, DebugAdapter adapter)
           
 void AdapterAction.setAdapter(DebugAdapter adapter)
           
 void ToolManager.setCurrentAdapter(DebugAdapter adapter)
           
 

Constructors in nl.cwi.sen1.tide.tool with parameters of type DebugAdapter
AdapterTool(ToolManager manager, DebugAdapter adapter)
           
 

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

Fields in nl.cwi.sen1.tide.tool.proclist declared as DebugAdapter
private  DebugAdapter AdapterPanel.adapter
           
 

Fields in nl.cwi.sen1.tide.tool.proclist with type parameters of type DebugAdapter
private  java.util.Map<DebugAdapter,javax.swing.JComponent> ProcessList.adapters
           
 

Methods in nl.cwi.sen1.tide.tool.proclist with parameters of type DebugAdapter
 void ProcessList.adapterConnected(DebugTool tool, DebugAdapter adapter)
           
 void ProcessList.adapterDisconnected(DebugTool tool, DebugAdapter adapter)
           
 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 DebugAdapter
AdapterPanel(DebugAdapter adap, ToolManager manager)
           
 

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

Methods in nl.cwi.sen1.tide.tool.ruleinspector with parameters of type DebugAdapter
 void RuleInspector.processCreated(DebugAdapter adapter, DebugProcess proc)
           
 void RuleInspector.processDestroyed(DebugAdapter adapter, DebugProcess proc)
           
 

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

Methods in nl.cwi.sen1.tide.tool.srcviewer with parameters of type DebugAdapter
 void SourceViewer.processCreated(DebugAdapter adapter, DebugProcess proc)
           
 void SourceViewer.processDestroyed(DebugAdapter adapter, DebugProcess proc)
           
 

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

Methods in nl.cwi.sen1.tide.tool.stackviewer with parameters of type DebugAdapter
 void StackViewer.processCreated(DebugAdapter adapter, DebugProcess proc)
           
 void StackViewer.processDestroyed(DebugAdapter adapter, DebugProcess proc)
           
 

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

Fields in nl.cwi.sen1.tide.tool.support declared as DebugAdapter
private  DebugAdapter DebugProcess.adapter
           
 

Fields in nl.cwi.sen1.tide.tool.support with type parameters of type DebugAdapter
private  java.util.Map<aterm.ATerm,DebugAdapter> DebugTool.adapters
           
 

Methods in nl.cwi.sen1.tide.tool.support that return DebugAdapter
private  DebugAdapter DebugTool.findAdapter(aterm.ATerm dap)
           
 DebugAdapter DebugProcess.getAdapter()
           
 

Methods in nl.cwi.sen1.tide.tool.support with parameters of type DebugAdapter
 void DebugToolListener.adapterConnected(DebugTool tool, DebugAdapter adapter)
           
 void DebugToolListener.adapterDisconnected(DebugTool tool, DebugAdapter adapter)
           
private  void DebugTool.fireAdapterConnected(DebugAdapter adapter)
           
private  void DebugTool.fireAdapterDisconnected(DebugAdapter adapter)
           
 void DebugAdapterListener.processCreated(DebugAdapter adapter, DebugProcess process)
           
 void DebugAdapterListener.processDestroyed(DebugAdapter adapter, DebugProcess process)
           
 

Constructors in nl.cwi.sen1.tide.tool.support with parameters of type DebugAdapter
DebugProcess(DebugAdapter adapter, int pid, java.lang.String name)
           
 


The Meta-Environment API