| org.eclipse.pde.internal.ui.wizards.RenameDialog
RenameDialog | public class RenameDialog extends SelectionStatusDialog (Code) | | |
Constructor Summary | |
public | RenameDialog(Shell shell, String oldName) Create a new rename dialog instance for the given window. | public | RenameDialog(Shell shell, boolean isCaseSensitive, String[] names, String oldName) Create a new rename dialog instance for the given window. |
RenameDialog | public RenameDialog(Shell shell, String oldName)(Code) | | Create a new rename dialog instance for the given window.
Parameters: shell - The parent of the dialog Parameters: oldName - Current name of the item being renamed |
RenameDialog | public RenameDialog(Shell shell, boolean isCaseSensitive, String[] names, String oldName)(Code) | | Create a new rename dialog instance for the given window.
Parameters: shell - The parent of the dialog Parameters: isCaseSensitive - Flags whether dialog will perform case sensitive checks against old names Parameters: names - Set of names which the user should not be allowed to rename to Parameters: oldName - Current name of the item being renamed |
computeResult | protected void computeResult()(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
initialize | public void initialize()(Code) | | |
okPressed | protected void okPressed()(Code) | | |
setInputValidator | public void setInputValidator(IInputValidator validator)(Code) | | |
|
|