comparison org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.d @ 17:6f068362a363

Remove direct import of tango.text.convert.Format
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:09:23 +0100
parents bc29606a740c
children 735224fcc45f
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
52 import java.lang.all; 52 import java.lang.all;
53 import java.util.Set; 53 import java.util.Set;
54 import java.lang.JThread; 54 import java.lang.JThread;
55 static import tango.text.Text; 55 static import tango.text.Text;
56 import tango.io.Stdout; 56 import tango.io.Stdout;
57 import tango.text.convert.Format;
58 alias tango.text.Text.Text!(char) StringBuffer; 57 alias tango.text.Text.Text!(char) StringBuffer;
59 /** 58 /**
60 * ContentProposalAdapter can be used to attach content proposal behavior to a 59 * ContentProposalAdapter can be used to attach content proposal behavior to a
61 * control. This behavior includes obtaining proposals, opening a popup dialog, 60 * control. This behavior includes obtaining proposals, opening a popup dialog,
62 * managing the content of the control relative to the selections in the popup, 61 * managing the content of the control relative to the selections in the popup,