de.cau.cs.kieler.sim.kiem.config.ui
Class NewPropertyDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
de.cau.cs.kieler.sim.kiem.config.ui.AbstractPropertiesDialog<KiemProperty>
de.cau.cs.kieler.sim.kiem.config.ui.NewPropertyDialog
public class NewPropertyDialog
- extends AbstractPropertiesDialog<KiemProperty>
The dialog window for adding a new property to the list of KIEM's default
properties.
- Rating

- (2010-01-27)
Method Summary |
KiemProperty |
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 |
NewPropertyDialog
public NewPropertyDialog(Shell parent)
- Creates a new NewPropertyDialog.
- Parameters:
parent
- The parent frame.
open
public KiemProperty open()
- Open the dialog and return a specific object.
- Specified by:
open
in class AbstractPropertiesDialog<KiemProperty>
- Returns:
- some object.