Package org.omegat.gui.align
Class EditingPanelController
- java.lang.Object
-
- org.omegat.gui.align.EditingPanelController
-
public class EditingPanelController extends java.lang.Object
Controller for a simple text editing dialog.
-
-
Constructor Summary
Constructors Constructor Description EditingPanelController(java.lang.String text)
Create the controller with the default text.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
show(java.awt.Window parent)
Show the dialog.
-