Package com.iizigo.editor
Class RenameDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- com.iizigo.editor.RenameDialog
-
- All Implemented Interfaces:
java.util.EventListener
,org.eclipse.swt.events.ModifyListener
,org.eclipse.swt.internal.SWTEventListener
public class RenameDialog extends org.eclipse.swt.widgets.Dialog implements org.eclipse.swt.events.ModifyListener
Rename dialog box.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description RenameDialog(org.eclipse.swt.widgets.Shell parent, DesignerProp dp, org.eclipse.core.commands.operations.IUndoContext undoContext)
Create the dialog.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
modifyText(org.eclipse.swt.events.ModifyEvent e)
Changes in new name.void
open()
Open the dialog.
-
-
-
Constructor Detail
-
RenameDialog
public RenameDialog(org.eclipse.swt.widgets.Shell parent, DesignerProp dp, org.eclipse.core.commands.operations.IUndoContext undoContext)
Create the dialog.- Parameters:
parent
-
-
-