com.javapathfinder.vjp.config.editors.userdefined
Class AddPropertyDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by com.javapathfinder.vjp.config.editors.userdefined.AddPropertyDialog

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

A dialog that allows for addition of a new Property to the table.

Author:
Sandro Badame

Constructor Summary
AddPropertyDialog(org.eclipse.swt.widgets.Shell parent)
          Creates this dialog.
 
Method Summary
 Property open()
          Opens the dialog and returns the property
 
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

AddPropertyDialog

public AddPropertyDialog(org.eclipse.swt.widgets.Shell parent)
Creates this dialog.

Method Detail

open

public Property open()
Opens the dialog and returns the property

Returns:
the property entered by the user, null if canceled.