Uses of Class
org.eclipse.actf.visualization.eval.problem.HighlightTargetId

Packages that use HighlightTargetId
org.eclipse.actf.visualization.engines.blind.html.ui.elementViewer This package includes interfaces and factory class for HTML Element viewer. 
org.eclipse.actf.visualization.eval.problem This package contains interfaces and utilities to hold accessibility issues. 
 

Uses of HighlightTargetId in org.eclipse.actf.visualization.engines.blind.html.ui.elementViewer
 

Method parameters in org.eclipse.actf.visualization.engines.blind.html.ui.elementViewer with type arguments of type HighlightTargetId
 void IHighlightElementListener.highlight(List<HighlightTargetId> targetIdList)
          Highlight corresponding positions.
 

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

Methods in org.eclipse.actf.visualization.eval.problem that return HighlightTargetId
 HighlightTargetId[] IProblemItem.getHighlightTargetIds()
           
 HighlightTargetId[] ProblemItemImpl.getHighlightTargetIds()
           
 HighlightTargetId[] HighlightTargetNodeInfo.getHighlightTargetIds(Map<Node,Integer> node2Id)
          Get corresponding Node IDs relate to the target Node
 

Methods in org.eclipse.actf.visualization.eval.problem with parameters of type HighlightTargetId
 void IProblemItem.setHighlightTargetIds(HighlightTargetId targetId)
          Set HighlightTargetId corresponds to this problem
 void ProblemItemImpl.setHighlightTargetIds(HighlightTargetId targetId)
           
 void IProblemItem.setHighlightTargetIds(HighlightTargetId[] targetIds)
          Set array of HighlightTargetId corresponds to this problem
 void ProblemItemImpl.setHighlightTargetIds(HighlightTargetId[] targetIds)