Uses of Interface
org.eclipse.actf.visualization.eval.ICheckTarget

Packages that use ICheckTarget
org.eclipse.actf.visualization.eval This package includes interfaces and base implementations for accessibility evaluation. 
 

Uses of ICheckTarget in org.eclipse.actf.visualization.eval
 

Subinterfaces of ICheckTarget in org.eclipse.actf.visualization.eval
 interface IHtmlCheckTarget
          Interface to hold information about target HTML content
 

Methods in org.eclipse.actf.visualization.eval that return ICheckTarget
static ICheckTarget CheckTargetFactory.createCheckTarget(Document target, String targetUrl)
          Constructor of ICheckTarget
 

Methods in org.eclipse.actf.visualization.eval with parameters of type ICheckTarget
 List<IProblemItem> IChecker.check(ICheckTarget checkTarget)
          Check target content and return detected issues