comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableEditor.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 536e43f63c81
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
89 Table table; 89 Table table;
90 TableItem item; 90 TableItem item;
91 int column = -1; 91 int column = -1;
92 ControlListener columnListener; 92 ControlListener columnListener;
93 Runnable timer; 93 Runnable timer;
94 static final int TIMEOUT = 1500; 94 static const int TIMEOUT = 1500;
95 /** 95 /**
96 * Creates a TableEditor for the specified Table. 96 * Creates a TableEditor for the specified Table.
97 * 97 *
98 * @param table the Table Control above which this editor will be displayed 98 * @param table the Table Control above which this editor will be displayed
99 * 99 *