org.openstreetmap.josm.gui.history
Class TwoColumnDiff.Item
java.lang.Object
org.openstreetmap.josm.gui.history.TwoColumnDiff.Item
- Enclosing class:
- TwoColumnDiff
public static class TwoColumnDiff.Item
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSERTED
public static final int INSERTED
- See Also:
- Constant Field Values
DELETED
public static final int DELETED
- See Also:
- Constant Field Values
CHANGED
public static final int CHANGED
- See Also:
- Constant Field Values
SAME
public static final int SAME
- See Also:
- Constant Field Values
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
value
public final java.lang.Object value
state
public final int state
TwoColumnDiff.Item
public TwoColumnDiff.Item(int state,
java.lang.Object value)
JOSM