|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadDialog.DownloadDialogResultListener | |
---|---|
eu.livotov.tpt.gui.dialogs |
Uses of DownloadDialog.DownloadDialogResultListener in eu.livotov.tpt.gui.dialogs |
---|
Fields in eu.livotov.tpt.gui.dialogs declared as DownloadDialog.DownloadDialogResultListener | |
---|---|
protected DownloadDialog.DownloadDialogResultListener |
DownloadDialog.resultReceiver
|
Methods in eu.livotov.tpt.gui.dialogs with parameters of type DownloadDialog.DownloadDialogResultListener | |
---|---|
void |
DownloadDialog.showDownloadDialog(java.lang.String title,
java.lang.String message,
java.io.File target,
java.lang.String targetName,
DownloadDialog.DownloadDialogResultListener resultListener)
Displays the dialog, blocking the parent window. |
void |
DownloadDialog.showDownloadDialog(java.lang.String title,
java.lang.String message,
com.vaadin.terminal.Resource target,
java.lang.String targetName,
DownloadDialog.DownloadDialogResultListener resultListener)
Displays the dialog, blocking the parent window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |