[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: SWT Combo - jump to (sorted) entry
|
Thanks guys!
The first one looks perfectly like what I was looking for. I'll try it
shortly... :-)
Thorsten
Tom Schindl wrote:
> Peter Maas schrieb:
>> Thorsten Krebs schrieb:
>>> 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 !?
>> http://dev.eclipse.org/newslists/news.eclipse.platform.swt/msg32164.html
>>
>
> Or
> http://publicsvn.bestsolution.at/repos/java/at.bestsolution.jface/trunk/src/at/bestsolution/jface/util/AdvancedComboSelectionAdapter.java
> which simply removes entries not matching the condition.
>
> Tom