Class LogDialogController

java.lang.Object
org.omegat.gui.dialogs.LogDialogController

public class LogDialogController extends Object
  • Field Details

  • Constructor Details

    • LogDialogController

      public LogDialogController(JFrame parent)
      Create LogDialog dialog.
      Parameters:
      parent - parent frame of the dialog.
  • Method Details

    • show

      public static void show(JFrame parent)
      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.