The Meta-Environment API

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

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

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

Fields in nl.cwi.sen1.tide.tool.srcviewer declared as ValuePopup
private  ValuePopup SourceFileViewer.draggedPopup
           
 

Fields in nl.cwi.sen1.tide.tool.srcviewer with type parameters of type ValuePopup
private  java.util.Map<ValuePopup,java.lang.Object> SourceFileViewer.variableHighlights
           
 

Methods in nl.cwi.sen1.tide.tool.srcviewer with parameters of type ValuePopup
protected  void SourceFileViewer.highlightVariable(int start, int length, ValuePopup varWindow)
           
(package private)  void SourceFileViewer.removeValuePopup(ValuePopup popup)
           
 


The Meta-Environment API