Package org.omegat.gui.editor
Class SegmentExportImport
java.lang.Object
org.omegat.gui.editor.SegmentExportImport
Class for export current segment and monitor changes for import if external
script produce some results.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportCurrentSegment(@Nullable SourceTextEntry ste) Export the current source and target segments in text files.static voidexportCurrentSelection(String selection) static voidEmpties the exported segments.
-
Field Details
-
SELECTION_EXPORT
The name of the file with the exported selection- See Also:
-
TARGET_EXPORT
The name of the file with the target exported segment- See Also:
-
SOURCE_EXPORT
The name of the file with the source exported segment- See Also:
-
-
Constructor Details
-
SegmentExportImport
-
-
Method Details
-
exportCurrentSegment
Export the current source and target segments in text files. -
exportCurrentSelection
-
flushExportedSegments
public static void flushExportedSegments()Empties the exported segments.
-