|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.gui.dialogs.changeset.ChangesetContentTableModel.ChangesetContentEntry
private static class ChangesetContentTableModel.ChangesetContentEntry
The type used internally to keep information about HistoryOsmPrimitive
with their ChangesetDataSet.ChangesetModificationType.
| Field Summary | |
|---|---|
private ChangesetDataSet.ChangesetModificationType |
modificationType
|
private HistoryOsmPrimitive |
primitive
|
| Constructor Summary | |
|---|---|
ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
|
|
ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType,
HistoryOsmPrimitive primitive)
|
|
| Method Summary | |
|---|---|
ChangesetDataSet.ChangesetModificationType |
getModificationType()
|
HistoryOsmPrimitive |
getPrimitive()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final ChangesetDataSet.ChangesetModificationType modificationType
private final HistoryOsmPrimitive primitive
| Constructor Detail |
|---|
public ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType,
HistoryOsmPrimitive primitive)
public ChangesetContentTableModel.ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
| Method Detail |
|---|
public ChangesetDataSet.ChangesetModificationType getModificationType()
getModificationType in interface ChangesetDataSet.ChangesetDataSetEntrypublic HistoryOsmPrimitive getPrimitive()
getPrimitive in interface ChangesetDataSet.ChangesetDataSetEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||