comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/dnd/TreeDropTargetEffect.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
57 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 57 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
58 * 58 *
59 * @since 3.3 59 * @since 3.3
60 */ 60 */
61 public class TreeDropTargetEffect : DropTargetEffect { 61 public class TreeDropTargetEffect : DropTargetEffect {
62 static final int SCROLL_HYSTERESIS = 200; // milli seconds 62 static const int SCROLL_HYSTERESIS = 200; // milli seconds
63 static final int EXPAND_HYSTERESIS = 1000; // milli seconds 63 static const int EXPAND_HYSTERESIS = 1000; // milli seconds
64 64
65 int /*long*/ dropIndex; 65 int /*long*/ dropIndex;
66 int scrollIndex; 66 int scrollIndex;
67 long scrollBeginTime; 67 long scrollBeginTime;
68 int /*long*/ expandIndex; 68 int /*long*/ expandIndex;