public interface IQualityCheckEditor
| Modifier and Type | Method and Description |
|---|---|
void |
addRawDocument(RawDocument rawDoc)
Adds a raw document to the session.
|
void |
edit(boolean processOnStart)
Runs an editing session with this IQualityCheckEditor object.
|
QualityCheckSession |
getSession()
Gets the session associated with this editor.
|
void |
initialize(Object parent,
boolean asDialog,
IHelp helpParam,
IFilterConfigurationMapper fcMapper,
QualityCheckSession session)
Initializes this IQualityCheckEditor object.
|
void initialize(Object parent, boolean asDialog, IHelp helpParam, IFilterConfigurationMapper fcMapper, QualityCheckSession session)
parent - the object representing the parent window/shell for this editor.
The type of this parameter depends on the implementation.asDialog - true if used from another program.helpParam - the help engine to use.fcMapper - the IFilterConfigurationMapper object to use with the editor.session - an optional session to use (null to use one created internally)void addRawDocument(RawDocument rawDoc)
rawDoc - the raw document to add (it must have an input URI and its
source and target locale set).QualityCheckSession getSession()
initialize(Object, boolean, IHelp, IFilterConfigurationMapper, QualityCheckSession)
has been called.void edit(boolean processOnStart)
initialize(Object, boolean, IHelp, IFilterConfigurationMapper, QualityCheckSession)
once before calling this method.processOnStart - true to trigger the verification process when the editor is opened.Copyright © 2022. All rights reserved.