Class DownloadHelper
- java.lang.Object
-
- org.teichert.databaseexplorer.utils.DownloadHelper
-
-
Constructor Summary
Constructors Constructor Description DownloadHelper(String title, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
call()
Downloads the file from the url.javafx.stage.Window
getParent()
DownloadHelper
setParent(javafx.stage.Window parent)
DownloadHelper
setShowDialog(boolean showDialog)
DownloadHelper
setTarget(File target)
DownloadHelper
setUrl(URL url)
-
-
-
Method Detail
-
setParent
public DownloadHelper setParent(javafx.stage.Window parent)
-
setShowDialog
public DownloadHelper setShowDialog(boolean showDialog)
-
setUrl
public DownloadHelper setUrl(URL url)
-
setTarget
public DownloadHelper setTarget(File target)
-
getParent
public javafx.stage.Window getParent()
-
-