comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/tree/IHasChildrenUpdate.d @ 96:b74ac5dfcc06

package to module and java.lang.all import
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:03:33 +0200
parents 6208d4f6a277
children c86eb8b3098e
comparison
equal deleted inserted replaced
95:6208d4f6a277 96:b74ac5dfcc06
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *******************************************************************************/ 10 *******************************************************************************/
11 package org.eclipse.core.internal.databinding.observable.tree; 11 module org.eclipse.core.internal.databinding.observable.tree.IHasChildrenUpdate;
12
13 import java.lang.all;
12 14
13 /** 15 /**
14 * Context sensitive update request for whether elements have children. 16 * Context sensitive update request for whether elements have children.
15 * 17 *
16 * @since 3.3 18 * @since 3.3