Interface IQualityCheckEditor


  • public interface IQualityCheckEditor
    • Method Detail

      • initialize

        void initialize​(Object parent,
                        boolean asDialog,
                        IHelp helpParam,
                        IFilterConfigurationMapper fcMapper,
                        QualityCheckSession session)
        Initializes this IQualityCheckEditor object.
        Parameters:
        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)
      • addRawDocument

        void addRawDocument​(RawDocument rawDoc)
        Adds a raw document to the session. If this is the first document added to the session, the locales of the session are automatically set to the source and target locale of this document. This method can be called without the UI being setup yet.
        Parameters:
        rawDoc - the raw document to add (it must have an input URI and its source and target locale set).