Class ALPreviewPanel

    • Constructor Detail

      • ALPreviewPanel

        public ALPreviewPanel()
        Initialises the underlying ALTaskTextViewerPanel and the refresh components.
    • Method Detail

      • setTaskThreadToPreview

        public void setTaskThreadToPreview​(ALTaskThread thread)
        Sets the TaskThread that will be previewed.
        Parameters:
        thread - TaskThread to be previewed
      • latestPreviewChanged

        public void latestPreviewChanged()
        Description copied from interface: ResultPreviewListener
        This method is used to receive a signal from TaskMonitor that the lastest preview has changed. This method is implemented in PreviewPanel to change the results that are shown in its panel.
        Specified by:
        latestPreviewChanged in interface ResultPreviewListener