Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IHighlightElementListener.highlight(List<HighlightTargetId> targetIdList)
Highlight corresponding positions.
|
Modifier and Type | Method and Description |
---|---|
HighlightTargetId[] |
IProblemItem.getHighlightTargetIds() |
HighlightTargetId[] |
ProblemItemImpl.getHighlightTargetIds() |
HighlightTargetId[] |
HighlightTargetNodeInfo.getHighlightTargetIds(Map<Node,Integer> node2Id)
|
Modifier and Type | Method and Description |
---|---|
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) |