Uses of Class
org.openstreetmap.josm.gui.io.UploadDialogModel
-
Packages that use UploadDialogModel Package Description org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save). -
-
Uses of UploadDialogModel in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as UploadDialogModel Modifier and Type Field Description private UploadDialogModel
BasicUploadSettingsPanel. model
the changeset comment modelprivate UploadDialogModel
UploadDialog. model
the model keeping the state of the changeset tagsMethods in org.openstreetmap.josm.gui.io that return UploadDialogModel Modifier and Type Method Description UploadDialogModel
UploadDialog. getModel()
Get the upload dialog model.Constructors in org.openstreetmap.josm.gui.io with parameters of type UploadDialogModel Constructor Description BasicUploadSettingsPanel(UploadDialogModel model)
Creates the panel
-