fable.python.jep
Class PythonInfoDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by fable.python.jep.PythonInfoDialog

public class PythonInfoDialog
extends org.eclipse.swt.widgets.Dialog

Class to implement a dialog to display Python info. Very little is specific to Python info, so this class could be generalized to display a modal (by default) dialog with a given dialog title, group title, and text to display.


Constructor Summary
PythonInfoDialog(org.eclipse.swt.widgets.Shell parent)
           
PythonInfoDialog(org.eclipse.swt.widgets.Shell parent, int style)
           
 
Method Summary
 java.lang.String open()
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonInfoDialog

public PythonInfoDialog(org.eclipse.swt.widgets.Shell parent)

PythonInfoDialog

public PythonInfoDialog(org.eclipse.swt.widgets.Shell parent,
                        int style)
Method Detail

open

public java.lang.String open()