Package | Description |
---|---|
org.eclipse.actf.mediator |
This package contains Mediator that manages components and dataflows in the ACTF by
collaborating with the Eclipse framework.
|
org.eclipse.actf.visualization.engines.blind.eval |
This package contains classes for blind usability evaluation.
|
org.eclipse.actf.visualization.eval |
This package includes interfaces and base implementations for accessibility evaluation.
|
Modifier and Type | Method and Description |
---|---|
IACTFReport |
MediatorEvent.getReport()
Returns the ACTFReport that is related to this event.
|
IACTFReport |
Mediator.getReport(IACTFReportGenerator generator)
Gets current report submitted from the report generator.
|
Modifier and Type | Method and Description |
---|---|
void |
Mediator.setReport(IACTFReportGenerator generator,
IACTFReport report)
Sets the report to Mediator.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationResultBlind
Implementation class of
IEvaluationResult |
Modifier and Type | Interface and Description |
---|---|
interface |
IEvaluationResult
Interface for evaluation result information
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationResultImpl
Default implementation of
IEvaluationResult |