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 UploadDialogModelBasicUploadSettingsPanel. modelthe changeset comment modelprivate UploadDialogModelUploadDialog. modelthe model keeping the state of the changeset tagsMethods in org.openstreetmap.josm.gui.io that return UploadDialogModel Modifier and Type Method Description UploadDialogModelUploadDialog. 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
-