|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.internal.dtree.NodeComparison
public final class NodeComparison
This class represents the changes in a single node between two data trees.
Field Summary | |
---|---|
static int |
K_ADDED
Special bits in the comparison flag to indicate the type of change |
static int |
K_CHANGED
|
static int |
K_REMOVED
|
Method Summary | |
---|---|
int |
getComparison()
Returns an integer describing the changes between the two data objects. |
java.lang.Object |
getNewData()
Returns the data of the new node. |
java.lang.Object |
getOldData()
Returns the data of the old node. |
int |
getUserComparison()
Returns the client specified integer |
java.lang.String |
toString()
For debugging |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int K_ADDED
public static final int K_REMOVED
public static final int K_CHANGED
Method Detail |
---|
public int getComparison()
public java.lang.Object getNewData()
public java.lang.Object getOldData()
public int getUserComparison()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |