Class LogViewerCommand

java.lang.Object
qupath.lib.gui.commands.LogViewerCommand

public class LogViewerCommand extends Object
A viewer for log messages.
Author:
Pete Bankhead
  • Constructor Details

    • LogViewerCommand

      public LogViewerCommand(Window parent)
      Constructor.
      Parameters:
      parent -
  • Method Details

    • show

      public void show()
    • getLogMessageCounts

      public qupath.ui.logviewer.ui.main.LogMessageCounts getLogMessageCounts()
      Get the counts of all messages logged by the log viewer.
      Returns:
    • hasUnseenErrors

      public ObservableBooleanValue hasUnseenErrors()
      Boolean binding indicating whether there are any unseen errors. 'Unseen' here means errors that occur since the log viewer was visible.
      Returns:
    • getInfoMessage

      public ObjectExpression<InfoMessage> getInfoMessage()
      Get a string expression to draw attention to error messages.
      Returns:
      a string expression that evaluates to the error message, or null if there are no errors