org.openstreetmap.josm.gui.history
Class TwoColumnDiff.Item

java.lang.Object
  extended by org.openstreetmap.josm.gui.history.TwoColumnDiff.Item
Enclosing class:
TwoColumnDiff

public static class TwoColumnDiff.Item
extends java.lang.Object


Field Summary
static int CHANGED
           
static int DELETED
           
static int EMPTY
           
static int INSERTED
           
static int SAME
           
 int state
           
 java.lang.Object value
           
 
Constructor Summary
TwoColumnDiff.Item(int state, java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TwoColumnDiff.Item

public TwoColumnDiff.Item(int state,
                          java.lang.Object value)


JOSM