comparison org.eclipse.draw2d/src/org/eclipse/draw2d/FocusTraverseManager.d @ 16:dbfb303e8fb0

first complete successful compile (win-only)
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 08:56:47 +0100
parents bc29606a740c
children
comparison
equal deleted inserted replaced
15:c4b1a29263fc 16:dbfb303e8fb0
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module org.eclipse.draw2d.FocusTraverseManager; 13 module org.eclipse.draw2d.FocusTraverseManager;
14 14
15 import java.lang.all; 15 import java.lang.all;
16 import java.util.List;
16 import org.eclipse.draw2d.IFigure; 17 import org.eclipse.draw2d.IFigure;
17 18
18 /** 19 /**
19 * This class is a helper to the {@link SWTEventDispatcher}. It handles the task of 20 * This class is a helper to the {@link SWTEventDispatcher}. It handles the task of
20 * determining which Figure will gain focus upon a tab/shift-tab. It also keeps track of 21 * determining which Figure will gain focus upon a tab/shift-tab. It also keeps track of