Uses of Class
org.openstreetmap.josm.gui.history.TwoColumnDiff.Item.DiffItemType
-
Packages that use TwoColumnDiff.Item.DiffItemType Package Description org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects. -
-
Uses of TwoColumnDiff.Item.DiffItemType in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as TwoColumnDiff.Item.DiffItemType Modifier and Type Field Description TwoColumnDiff.Item.DiffItemType
TwoColumnDiff.Item. state
Methods in org.openstreetmap.josm.gui.history that return TwoColumnDiff.Item.DiffItemType Modifier and Type Method Description (package private) TwoColumnDiff.Item.DiffItemType
TagTableModel. getDiffItemType(String key, boolean isValue)
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.Constructors in org.openstreetmap.josm.gui.history with parameters of type TwoColumnDiff.Item.DiffItemType Constructor Description Item(TwoColumnDiff.Item.DiffItemType state, Object value)
-