Uses of Class
org.eclipse.actf.visualization.engines.blind.TextCheckResult

Packages that use TextCheckResult
org.eclipse.actf.visualization.engines.blind This package contains utilities for blind usability visualization. 
 

Uses of TextCheckResult in org.eclipse.actf.visualization.engines.blind
 

Methods in org.eclipse.actf.visualization.engines.blind that return TextCheckResult
 TextCheckResult TextChecker.checkAlt(String alt)
           
 TextCheckResult TextChecker.checkAlt(String alt, Set<String> ngWords)
           
 TextCheckResult TextChecker.checkAlt(String alt, String src)
           
 TextCheckResult TextChecker.checkAlt(String alt, String src, Set<String> ngWords)
          Check alt attribute string and returns result in one of the constants defined above.
static TextCheckResult TextCheckResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextCheckResult[] TextCheckResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.