Package com.iizigo.prop.editor.dialog
Class NewMethodDialog
- java.lang.Object
- org.eclipse.swt.widgets.Dialog
- com.iizigo.prop.editor.dialog.NewMethodDialog
- All Implemented Interfaces:
java.util.EventListener,org.eclipse.swt.events.ModifyListener,org.eclipse.swt.internal.SWTEventListener
public class NewMethodDialog extends org.eclipse.swt.widgets.Dialog implements org.eclipse.swt.events.ModifyListenerNew method name dialog box, checking name validity and that method name is not already taken.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description NewMethodDialog(org.eclipse.swt.widgets.Shell parent, JavaClass javaClass, java.lang.String method, AnnotationType annotation)Create the dialog.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodifyText(org.eclipse.swt.events.ModifyEvent e)Changes in new name.java.lang.Stringopen()Open the dialog.
Constructor Detail
NewMethodDialog
public NewMethodDialog(org.eclipse.swt.widgets.Shell parent, JavaClass javaClass, java.lang.String method, AnnotationType annotation)Create the dialog.