Uses of Class
org.openstreetmap.josm.gui.io.ChangesetCommentModel

Packages that use ChangesetCommentModel
org.openstreetmap.josm.gui.io   
 

Uses of ChangesetCommentModel in org.openstreetmap.josm.gui.io
 

Fields in org.openstreetmap.josm.gui.io declared as ChangesetCommentModel
private  ChangesetCommentModel ChangesetManagementPanel.changesetCommentModel
           
private  ChangesetCommentModel UploadDialog.changesetCommentModel
          the changeset comment model keeping the state of the changeset comment
private  ChangesetCommentModel BasicUploadSettingsPanel.changesetCommentModel
          the changset comment model
private  ChangesetCommentModel TagSettingsPanel.changesetCommentModel
          the model for the changeset comment
 

Constructors in org.openstreetmap.josm.gui.io with parameters of type ChangesetCommentModel
BasicUploadSettingsPanel(ChangesetCommentModel changesetCommentModel)
          Creates the panel
ChangesetManagementPanel(ChangesetCommentModel changesetCommentModel)
          Creates a new panel
TagSettingsPanel(ChangesetCommentModel changesetCommentModel)
          Creates a new panel
 



JOSM