| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm | |
| org.openstreetmap.josm.gui.dialogs.changeset | |
| org.openstreetmap.josm.io |
| Modifier and Type | Field and Description |
|---|---|
private ChangesetDataSet |
Changeset.content
the changeset content
|
| Modifier and Type | Method and Description |
|---|---|
ChangesetDataSet |
Changeset.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Changeset.setContent(ChangesetDataSet content) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangesetContentTableModel.populate(ChangesetDataSet ds)
Populates the model with the content of a changeset.
|
| Modifier and Type | Field and Description |
|---|---|
private ChangesetDataSet |
OsmChangesetContentParser.data |
| Modifier and Type | Method and Description |
|---|---|
ChangesetDataSet |
OsmServerChangesetReader.downloadChangeset(int id,
ProgressMonitor monitor)
Downloads the content of a changeset
|
ChangesetDataSet |
OsmChangesetContentParser.parse()
Parses the content from the input source
|
ChangesetDataSet |
OsmChangesetContentParser.parse(ProgressMonitor progressMonitor)
Parses the content.
|