public class RenamePopup extends Object implements RenamePopupView.Presenter
| Constructor and Description |
|---|
RenamePopup(Path path,
CommandWithFileNameAndCommitMessage command) |
RenamePopup(Path path,
CommandWithFileNameAndCommitMessage command,
RenamePopupView view) |
RenamePopup(Path path,
Validator validator,
CommandWithFileNameAndCommitMessage command) |
RenamePopup(Path path,
Validator validator,
CommandWithFileNameAndCommitMessage command,
RenamePopupView view) |
| Modifier and Type | Method and Description |
|---|---|
static RenamePopupView |
getDefaultView() |
void |
onCancel() |
void |
onRename() |
void |
show() |
public RenamePopup(Path path, CommandWithFileNameAndCommitMessage command)
public RenamePopup(Path path, CommandWithFileNameAndCommitMessage command, RenamePopupView view)
public RenamePopup(Path path, Validator validator, CommandWithFileNameAndCommitMessage command)
public RenamePopup(Path path, Validator validator, CommandWithFileNameAndCommitMessage command, RenamePopupView view)
public void show()
public void onCancel()
onCancel in interface RenamePopupView.Presenterpublic void onRename()
onRename in interface RenamePopupView.Presenterpublic static RenamePopupView getDefaultView()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.