Class RenameDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.editor.RenameDialog
All Implemented Interfaces:
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

    Modifier and Type
    Method
    Description
    void
    modifyText(org.eclipse.swt.events.ModifyEvent e)
    Changes in new name.
    void
    Open the dialog.

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RenameDialog

      public RenameDialog(org.eclipse.swt.widgets.Shell parent, DesignerProp dp, org.eclipse.core.commands.operations.IUndoContext undoContext)
      Create the dialog.
      Parameters:
      parent -
  • Method Details

    • open

      public void open()
      Open the dialog.
    • modifyText

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