Class MyDialog


  • class MyDialog
    extends org.eclipse.swt.widgets.Dialog
    • Field Summary

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

      Constructors 
      Constructor Description
      MyDialog​(org.eclipse.swt.widgets.Shell parent, int style)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void open()  
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

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

      • shell

        org.eclipse.swt.widgets.Shell shell
    • Constructor Detail

      • MyDialog

        public MyDialog​(org.eclipse.swt.widgets.Shell parent,
                        int style)
    • Method Detail

      • close

        public void close()
      • open

        public void open()