Class RepositoriesMappingController
java.lang.Object
org.omegat.gui.repositoriesmapping.RepositoriesMappingController
Controller for repositories mapping UI.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum of supported repository types corresponding to org.omegat.core.team2.impl.*RemoteRepository* -
Constructor Summary
ConstructorsConstructorDescriptionCreate controller bound to an existing panel. -
Method Summary
-
Constructor Details
-
RepositoriesMappingController
public RepositoriesMappingController(RepositoriesMappingPanel panel, List<RepositoryDefinition> input) Create controller bound to an existing panel.
-
-
Method Details
-
onOk
Generic OK logic usable from both dialog and embedded contexts. -
onCancel
public void onCancel()Generic Cancel logic. -
validateInput
Validate current content; return null if OK, otherwise an error message. -
getResult
Result after ok. In embedded use, if onOk() hasn't been called, returns current data snapshot.
-