| CredentialsManager |
A class for storing and retrieving sensitive values such as login
credentials, API keys, etc., from the program-wide Preferences store.
|
| CredentialsManager.PasswordSetResult |
|
| DeNormalize |
Denormalize a(n English) string in a collection of ways listed below.
|
| DirectoryMonitor |
Class for monitor directory content changes.
|
| EncodingDetector |
|
| FileUtil |
Files processing utilities.
|
| FileUtil.TmFileComparator |
Comparator to sort the tm/ folder alphabetically, but always put
tm/enforce and tm/auto results before other similar % matches.
|
| HTMLUtils |
|
| HttpConnectionUtils |
Utility collection for http connections.
|
| InlineTagHandler |
This class handles inline tags, i.e.
|
| Java8Compat |
|
| JsonParser |
JsonParser#parse is deprecated.
|
| Language |
This class is here, because the Locale has hard-coded '_' inside, and we must
adhere to ISO standard LL-CC.
|
| LinebreakPreservingReader |
Reader class that preserves line breaks when using readLine(), that can be
retrieved through getLastLinebreak()
|
| Log |
A collection of methods to make logging things easier.
|
| MagicComment |
Utility for parsing "magic comments": a leading line in a file that contains
metadata or settings like
|
| MemoryUtils |
Utils for calculate used memory.
|
| MixedEolHandlingReader |
This reader tries to detect the correct EOL type for the input stream based
on the frequency of EOL chars encountered within a lookahead range.
|
| MultiMap<K,V> |
A map that maps keys to sets of values.
|
| NullBufferedWriter |
/dev/null writer.
|
| NullWriter |
/dev/null writer.
|
| OConsts |
OmegaT-wide Constants.
|
| OStrings |
Localizable strings.
|
| PatternConsts |
Constant patterns, used in different other classes.
|
| Platform |
A class to retrieve some platform information.
|
| PluginInstaller |
Plugin installer utility class.
|
| Preferences |
Class to load & save global OmegaT preferences.
|
| PreferencesImpl |
|
| PreferencesXML |
|
| ProjectFileStorage |
Class that reads and saves project definition file.
|
| RecentProjects |
Management of recent projects
|
| RuntimePreferences |
Class for store runtime-only preferences, which shouldn't be saved to config
dir.
|
| StaticUtils |
Static functions taken from CommandThread to reduce file size.
|
| StreamUtil |
|
| StringUtil |
Utilities for string processing.
|
| TagUtil |
A collection of tag-related static utilities.
|
| TagUtil.Tag |
|
| TagUtil.TagInfo |
|
| TMXDateParser |
Date parser for the 'basic' ISO 8601 format that is advised for TMX dates.
|
| TMXProp |
Class for store key-value pair.
|
| TMXReader2 |
Helper for read TMX files, using StAX.
|
| TMXReader2.ParsedTu |
|
| TMXReader2.ParsedTuv |
|
| TMXWriter |
Deprecated. |
| TMXWriter2 |
Helper for write TMX files, using StAX.
|
| Token |
Offset marks the display offset of character - this might be different than
the characters position in the char array due existence of multi-char
characters.
|
| VarExpansion<Param> |
This class is used to transform a string by expansion of variables it
contains.
|
| VersionChecker |
A class for checking for updated versions of OmegaT.
|
| WikiGet |
Import pages from MediaWiki
|