Interface NeedsSwingThread

All Known Implementing Classes:
ExpandReduceLayouterAlgorithm, PDFAlgorithm, PngJpegAlgorithm, SetBackgroundColorAlgorithm, SVGAlgorithm, WebsiteGeneration

public interface NeedsSwingThread
Author:
Christian Klukas All plugins that create Dialog and therefore need to run in the Swing User Interface Thread should implement this interface. All plugins "marked" with this interface are not run by the new plugin manager in a new thread but directly in the Swing Thread.