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:
- EventListener,- ModifyListener,- SWTEventListener
New method name dialog box, checking name validity and that method name is not already taken.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- NewMethodDialog- (Shell parent, JavaClass javaClass, String method, AnnotationType annotation) Create the dialog.
- Method Summary
- Constructor Details- NewMethodDialogCreate the dialog.
 
- Method Details- openOpen the dialog.- Returns:
- The method name, or null for cancel.
 
- modifyTextChanges in new name.- Specified by:
- modifyTextin interface- ModifyListener
- Parameters:
- e-