Package com.acrolinx.sidebar.jfx
Class AcrolinxSidebarPluginWithOptions
java.lang.Object
com.acrolinx.sidebar.jfx.AcrolinxSidebarPluginWithOptions
-
Constructor Summary
ConstructorsConstructorDescriptionAcrolinxSidebarPluginWithOptions(AcrolinxIntegration acrolinxIntegration, WebView webView) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckDocumentInBatch(String documentIdentifier, String documentContent, CheckOptions checkOptions) voidconfigure(AcrolinxPluginConfiguration configuration) voidconfigureSidebar(SidebarConfiguration sidebarConfiguration) voidinitBatchCheck(List<BatchCheckRequestOptions> batchCheckRequestOptions) voidinvalidateRanges(List<CheckedDocumentPart> invalidCheckedDocumentRanges) voidinvalidateRangesForMatches(List<? extends AbstractMatch> matches) voidonCheckResult(JSObject jsObject) voidvoidonInitFinished(JSObject jsObject) voidopenDocumentInEditor(String documentIdentifier) voidvoidopenWindow(JSObject jsObject) voidreplaceRanges(String checkId, JSObject jsObject) voidrequestCheckForDocumentInBatch(String documentIdentifier) voidrequestGlobalCheck(JSObject jsObject) voidvoidrunCheck(boolean selectionEnabled, CheckContent checkContent) voidselectRanges(String checkId, JSObject jsObject) voidshowSidebarMessage(SidebarMessage sidebarMessage)
-
Constructor Details
-
AcrolinxSidebarPluginWithOptions
-
-
Method Details
-
requestGlobalCheck
-
requestInit
public void requestInit() -
onInitFinished
-
configureSidebar
-
runCheck
-
showSidebarMessage
-
onCheckResult
-
selectRanges
-
replaceRanges
-
invalidateRangesForMatches
-
openWindow
-
openLogFile
public void openLogFile() -
onGlobalCheckRejected
public void onGlobalCheckRejected() -
invalidateRanges
-
getLastCheckedDocumentReference
-
getLastCheckedDocument
-
getLastCheckedExternalContent
-
configure
-
requestCheckForDocumentInBatch
-
openDocumentInEditor
-
initBatchCheck
-
checkDocumentInBatch
public void checkDocumentInBatch(String documentIdentifier, String documentContent, CheckOptions checkOptions)
-