All Classes and Interfaces

Class
Description
 
 
This interface needs be implemented to integrate Acrolinx with an editor or editing environment.
 
 
 
This interface needs be implemented to support multiple sidebars.
 
 
 
These commands are available to interact with the Acrolinx Sidebar.
 
 
JFX implementation of Acrolinx Sidebar.
 
 
Swing implementation of Acrolinx Sidebar.
SWT implementation of Acrolinx Sidebar.
Functionality only available with sidebar version 14.4.3
 
 
 
 
Check options define how the Acrolinx Server handles document to check.
 
 
 
 
 
Class containing the diff, match and patch methods.
Class representing one diff operation.
Internal class for returning results from diff_linesToChars().
The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
Class representing one patch operation.
 
 
 
Only supported with Acrolinx Platform 2019.10 (Sidebar version 14.16) and newer.
This serves as a builder to create an object of External content
 
 
 
 
 
 
Use this class to retrieve the Acrolinx Logo from package resources.
This interface serves to interact with the current editor.
Available formats used by the Acrolinx Server to process the check.
 
 
 
 
Singleton to handle localization keys and resource bundles
 
 
 
 
 
 
 
 
Use as fallback input adapter.
 
Retrieves the current OS.
 
 
 
 
For internal use.
Available configuration for the Acrolinx Sidebar
Error Object returned if an error occurred within the Acrolinx Sidebar.
 
 
 
 
 
 
Text Adapter for SWT TEXT Widget.
 
Demo adapter for Swing JTextArea.
A utility class containing only static methods to quickly check constructor and method arguments.