Class PreviewDialog.ShowStatus

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    PreviewDialog

    private class PreviewDialog.ShowStatus
    extends java.lang.Object
    implements java.lang.Runnable
    This class is used to show status in a thread safe way.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String message
      The message to display
    • Constructor Summary

      Constructors 
      Constructor Description
      ShowStatus​(java.lang.String message)
      Constructs ShowStatus thread
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • message

        private java.lang.String message
        The message to display
    • Constructor Detail

      • ShowStatus

        public ShowStatus​(java.lang.String message)
        Constructs ShowStatus thread
        Parameters:
        message - message to display
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable