@Dependent public class RenamePopUpPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RenamePopUpPresenter.View |
| Constructor and Description |
|---|
RenamePopUpPresenter(RenamePopUpPresenter.View view,
ToggleCommentPresenter toggleCommentPresenter) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
ToggleCommentPresenter |
getToggleCommentPresenter() |
RenamePopUpPresenter.View |
getView() |
void |
rename(String newName) |
void |
setup() |
void |
show(Path path,
CommandWithFileNameAndCommitMessage renamePopupCommand) |
void |
show(Path path,
CommandWithFileNameAndCommitMessage copyPopupCommand,
String originalFileName) |
void |
show(Path path,
Validator validator,
CommandWithFileNameAndCommitMessage command) |
void |
show(Path path,
Validator validator,
CommandWithFileNameAndCommitMessage command,
String originalFileName) |
@Inject public RenamePopUpPresenter(RenamePopUpPresenter.View view, ToggleCommentPresenter toggleCommentPresenter)
public void show(Path path, Validator validator, CommandWithFileNameAndCommitMessage command, String originalFileName)
public void show(Path path, CommandWithFileNameAndCommitMessage copyPopupCommand, String originalFileName)
public void show(Path path, Validator validator, CommandWithFileNameAndCommitMessage command)
public void show(Path path, CommandWithFileNameAndCommitMessage renamePopupCommand)
@PostConstruct public void setup()
public void rename(String newName)
public void cancel()
public RenamePopUpPresenter.View getView()
public ToggleCommentPresenter getToggleCommentPresenter()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.