Uses of Class
org.eclipse.actf.visualization.util.html2view.Html2ViewMapData

Packages that use Html2ViewMapData
org.eclipse.actf.visualization.engines.blind.html   
org.eclipse.actf.visualization.engines.blind.html.util   
org.eclipse.actf.visualization.eval.problem   
org.eclipse.actf.visualization.util.html2view   
 

Uses of Html2ViewMapData in org.eclipse.actf.visualization.engines.blind.html
 

Method parameters in org.eclipse.actf.visualization.engines.blind.html with type arguments of type Html2ViewMapData
 void VisualizeEngine.setHtml2viewMapV(Vector<Html2ViewMapData> html2viewMapV)
          Set vector of HTML source code position information
 

Uses of Html2ViewMapData in org.eclipse.actf.visualization.engines.blind.html.util
 

Methods in org.eclipse.actf.visualization.engines.blind.html.util that return Html2ViewMapData
 Html2ViewMapData Id2LineViaActfId.getViewMapData(int nodeId)
          Get corresponding Html2ViewMapData of target ID
 Html2ViewMapData Id2LineViaActfId.getViewMapData(Integer nodeId)
          Get corresponding Html2ViewMapData of target ID
 

Constructor parameters in org.eclipse.actf.visualization.engines.blind.html.util with type arguments of type Html2ViewMapData
Id2LineViaActfId(Map<Integer,Integer> id2AccId, Vector<Html2ViewMapData> html2ViewMapDataV)
          Constructor of the class.
Id2LineViaActfId(Map<Integer,Integer> id2AccId, Vector<Html2ViewMapData> html2ViewMapDataV, boolean is1base)
          Constructor of the class.
 

Uses of Html2ViewMapData in org.eclipse.actf.visualization.eval.problem
 

Method parameters in org.eclipse.actf.visualization.eval.problem with type arguments of type Html2ViewMapData
 HighlightTargetSourceInfo[] HighlightTargetNodeInfo.getHighlightTargetSourceInfo(Vector<Html2ViewMapData> html2ViewMapDataV)
          Get corresponding HTML source positions relate to the target Node
 

Constructors in org.eclipse.actf.visualization.eval.problem with parameters of type Html2ViewMapData
HighlightTargetSourceInfo(Html2ViewMapData start, Html2ViewMapData end)
          Constructor of the class
 

Uses of Html2ViewMapData in org.eclipse.actf.visualization.util.html2view
 

Methods in org.eclipse.actf.visualization.util.html2view that return types with arguments of type Html2ViewMapData
static Vector<Html2ViewMapData> Html2ViewMapMaker.makeMap(String filename, String resultFileName, String targetDir)
          Create mapping information between line number and ACTF_ID.
 

Constructor parameters in org.eclipse.actf.visualization.util.html2view with type arguments of type Html2ViewMapData
HtmlLine2Id(Vector<Html2ViewMapData> mapV)
          Constructor of the class
HtmlLine2Id(Vector<Html2ViewMapData> mapV, boolean is1base)
          Constructor of the class