Class ProgressWindow.progressDialog

  • Enclosing class:
    ProgressWindow

    private class ProgressWindow.progressDialog
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.swt.widgets.Shell shell  
      (package private) int x0  
      (package private) int y1  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected progressDialog​(org.eclipse.swt.widgets.Display dialog_display)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void hidePanel()  
      protected boolean isShown()  
      protected void showPanel()  
      • Methods inherited from class java.lang.Object

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

      • shell

        protected org.eclipse.swt.widgets.Shell shell
      • x0

        int x0
      • y1

        int y1
    • Constructor Detail

      • progressDialog

        protected progressDialog​(org.eclipse.swt.widgets.Display dialog_display)
    • Method Detail

      • hidePanel

        protected void hidePanel()
      • showPanel

        protected void showPanel()
      • isShown

        protected boolean isShown()