org.formaria.editor.eclipse.dialog
Class InputDialog

java.lang.Object
  extended by Dialog
      extended by org.formaria.editor.eclipse.dialog.InputDialog

public class InputDialog
extends Dialog


Constructor Summary
InputDialog(Shell parent)
           
 
Method Summary
 java.lang.String open()
           
 void setPrompt(java.lang.String s)
          Set the input prompt
 void setTitle(java.lang.String s)
          Set the dialog title
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputDialog

public InputDialog(Shell parent)
Method Detail

open

public java.lang.String open()

setTitle

public void setTitle(java.lang.String s)
Set the dialog title

Parameters:
s - the text of the prompt

setPrompt

public void setPrompt(java.lang.String s)
Set the input prompt

Parameters:
s - the text of the prompt