Interface | Description |
---|---|
IIssue |
An interface encapsulating the information required to graphically display a
translation issue to the translator.
|
IIssueProvider |
An interface for providing issues (problems with a translation).
|
IIssues |
The interface exposing issue-displaying functionality to the rest of the
program.
|
Class | Description |
---|---|
IssueDetailSplitPanel |
A simple GUI component for displaying source and target text side-by-side to
illustrate an "issue" (a problem with the translation).
|
IssueProviders |
A class for aggregating issue providers.
|
IssueProvidersSelectorController | |
IssueProvidersSelectorPanel | |
IssuesPanel |
A panel for graphically displaying and organizing issues.
|
IssuesPanelController |
A controller to orchestrate the
IssuesPanel . |
SimpleColorIcon |
A simple, square icon of a single, solid color.
|
SimpleIssue |
A simple issue implementation intended for extensions or scripts.
|
TagIssue |
A class representing problems with tags in a translation.
|
TripleSplitButtonPanel |
A simple GUI component for displaying source and target text side-by-side to
illustrate an "issue" (a problem with the translation).
|