Uses of Class
org.openstreetmap.josm.gui.io.UploadDialog
-
Packages that use UploadDialog Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of UploadDialog in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as UploadDialog Modifier and Type Field Description private static UploadDialog
UploadDialog. uploadDialog
the unique instance of the upload dialogMethods in org.openstreetmap.josm.gui.io that return UploadDialog Modifier and Type Method Description private UploadDialog
BasicUploadSettingsPanel. getDialog()
Returns the UplodDialog that is our ancestorstatic UploadDialog
UploadDialog. getUploadDialog()
Replies the unique instance of the upload dialog
-