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