comparison org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/tree/TreeDiffNode.d @ 85:6be48cf9f95c

Work on databinding
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Apr 2009 13:54:50 +0200
parents 383ce7bd736b
children
comparison
equal deleted inserted replaced
84:fcf926c91ca4 85:6be48cf9f95c
42 public final static int REPLACED = 0x03; 42 public final static int REPLACED = 0x03;
43 43
44 /** 44 /**
45 * 45 *
46 */ 46 */
47 public static final TreeDiffNode[] NO_CHILDREN = new TreeDiffNode[0]; 47 public static final TreeDiffNode[] NO_CHILDREN;
48 48
49 /** 49 /**
50 * 50 *
51 */ 51 */
52 public static final int INDEX_UNKNOWN = -1; 52 public static final int INDEX_UNKNOWN = -1;