de.cau.cs.kieler.sim.kiem.config.ui
Class SingleStringInputDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
de.cau.cs.kieler.sim.kiem.config.ui.AbstractPropertiesDialog<String>
de.cau.cs.kieler.sim.kiem.config.ui.SingleStringInputDialog
public class SingleStringInputDialog
- extends AbstractPropertiesDialog<String>
Reads a single String from the user.
- Rating

- (2010-01-27)
Method Summary |
String |
open()
Open the dialog and return a specific object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleStringInputDialog
public SingleStringInputDialog(Shell parent,
String newTitle,
String newLabel,
String tooltip)
- Creates a new SingleStringInputDialog.
- Parameters:
parent
- the parent shellnewTitle
- the title of the dialognewLabel
- the label of the input fieldtooltip
- the tooltip for this dialog
open
public String open()
- Open the dialog and return a specific object.
- Specified by:
open
in class AbstractPropertiesDialog<String>
- Returns:
- some object.