comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/tree/IChildrenUpdate.d @ 97:c86eb8b3098e

packageimport
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:18:25 +0200
parents b74ac5dfcc06
children
comparison
equal deleted inserted replaced
96:b74ac5dfcc06 97:c86eb8b3098e
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/ 10 *******************************************************************************/
11 module org.eclipse.core.internal.databinding.observable.tree.IChildrenUpdate; 11 module org.eclipse.core.internal.databinding.observable.tree.IChildrenUpdate;
12 import org.eclipse.core.internal.databinding.observable.tree.TreePath;
13 import org.eclipse.core.internal.databinding.observable.tree.IViewerUpdate;
12 14
13 import java.lang.all; 15 import java.lang.all;
14 16
15 /** 17 /**
16 * Context sensitive children update request for a parent and subrange of its 18 * Context sensitive children update request for a parent and subrange of its