comparison dwt/custom/TreeEditor.d @ 128:07399639c0c8

Added DWT extension to dwt.widgets.MessageBox
author Jacob Carlborg <doob@me.com>
date Sat, 17 Jan 2009 16:26:49 +0100
parents 63a09873578e
children 1ec7c20355bd
comparison
equal deleted inserted replaced
127:8086e7b181a3 128:07399639c0c8
25 import dwt.widgets.Display; 25 import dwt.widgets.Display;
26 import dwt.widgets.Tree; 26 import dwt.widgets.Tree;
27 import dwt.widgets.TreeColumn; 27 import dwt.widgets.TreeColumn;
28 import dwt.widgets.TreeItem; 28 import dwt.widgets.TreeItem;
29 import dwt.custom.ControlEditor; 29 import dwt.custom.ControlEditor;
30 import dwt.dwthelper.Runnable;
31 30
32 /** 31 /**
33 * 32 *
34 * A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the 33 * A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the
35 * moving and resizing of that cell. It can be used to display a text widget above a cell 34 * moving and resizing of that cell. It can be used to display a text widget above a cell