Class RenameDialog

All Implemented Interfaces:
EventListener, ModifyListener

public class RenameDialog extends Dialog implements ModifyListener
Rename dialog box.
Author:
Christopher Mindus
  • Constructor Details

    • RenameDialog

      public RenameDialog(Shell parent, DesignerProp dp, IUndoContext undoContext)
      Create the dialog.
      Parameters:
      parent - The parent shell.
      dp - The property to rename.
      undoContext - The undo context for the rename operation.
  • Method Details

    • open

      public void open()
      Open the dialog.
    • modifyText

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