Package org.omegat.gui.exttrans
Class MachineTranslateController
java.lang.Object
org.omegat.gui.exttrans.MachineTranslateController
Controller for MachineTranslateTextArea following MVC. Responsible for
orchestrating MT searches and managing search threads.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidForce reload for the current entry.voidstartSearchThread(SourceTextEntry newEntry) Start MT search for a new entry.voidstartSearchThread(SourceTextEntry newEntry, boolean force) Start MT search for a new entry with an option to force network fetch.voidStop all running search threads.
-
Constructor Details
-
MachineTranslateController
-
-
Method Details
-
startSearchThread
Start MT search for a new entry. -
startSearchThread
Start MT search for a new entry with an option to force network fetch. -
forceLoad
public void forceLoad()Force reload for the current entry. -
stopSearchThreads
public void stopSearchThreads()Stop all running search threads.
-