Package | Description |
---|---|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
Modifier and Type | Field and Description |
---|---|
TwoColumnDiff.Item.DiffItemType |
TwoColumnDiff.Item.state |
Modifier and Type | Method and Description |
---|---|
static TwoColumnDiff.Item.DiffItemType |
TwoColumnDiff.Item.DiffItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwoColumnDiff.Item.DiffItemType[] |
TwoColumnDiff.Item.DiffItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Item(TwoColumnDiff.Item.DiffItemType state,
Object value) |