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