fable.python.jep
Class PythonInfoDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
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.
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 |
PythonInfoDialog
public PythonInfoDialog(org.eclipse.swt.widgets.Shell parent)
PythonInfoDialog
public PythonInfoDialog(org.eclipse.swt.widgets.Shell parent,
int style)
open
public java.lang.String open()