Class NewMethodDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.NewMethodDialog
All Implemented Interfaces:
EventListener, ModifyListener, SWTEventListener

public class NewMethodDialog extends Dialog implements ModifyListener
New method name dialog box, checking name validity and that method name is not already taken.
Author:
Christopher Mindus
  • Constructor Details

  • Method Details

    • open

      public String open()
      Open the dialog.
      Returns:
      The method name, or null for cancel.
    • modifyText

      public void modifyText(ModifyEvent e)
      Changes in new name.
      Specified by:
      modifyText in interface ModifyListener
      Parameters:
      e -