The Meta-Environment API

Uses of Class
nl.cwi.sen1.tide.tool.srcviewer.SourceFileViewer

Packages that use SourceFileViewer
nl.cwi.sen1.tide.tool.srcviewer   
 

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

Fields in nl.cwi.sen1.tide.tool.srcviewer declared as SourceFileViewer
private  SourceFileViewer SourceViewer.currentViewer
           
private  SourceFileViewer ValuePopup.viewer
           
 

Fields in nl.cwi.sen1.tide.tool.srcviewer with type parameters of type SourceFileViewer
private  java.util.Map<java.lang.String,SourceFileViewer> SourceViewer.residentViewers
           
 

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


The Meta-Environment API