Package org.omegat.gui.dialogs
Class LogDialogController
java.lang.Object
org.omegat.gui.dialogs.LogDialogController
-
Field Details
-
DIALOG_NAME
- See Also:
-
OK_BUTTON_NAME
- See Also:
-
SAVE_AS_BUTTON_NAME
- See Also:
-
LOG_TEXTPANE_NAME
- See Also:
-
-
Constructor Details
-
LogDialogController
Create LogDialog dialog.- Parameters:
parent- parent frame of the dialog.
-
-
Method Details
-
show
Utility function to show LogDialog dialog and load current session log.- Parameters:
parent- parent frame of the dialog.
-
show
public void show()Load the current session log on the LogDialog and show it.
-