[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] SWT Combo - jump to (sorted) entry
|
Hi all,
I have an org.eclipse.widgets.Combo - and I already have all the entries
sorted with the Arrays.sort(...) command.
So far, that's fine! But there quite a lot of entries. So what I want is
some sort of key listener that jumps to the first entry with the letter
that was typed (or one entry before that if no entry with that letter
exists).
Does anyone haven an idea / snippet !?
Thorsten