Community
Participate
Working Groups
I use a FilteredList in my code, and when the FilteredList is created with a few hundred elements, the list takes a few seconds to display fully. This is sometimes undesirable. I'd like a method to specify the speed in the FilteredList$TableUpdateJob (currently hardcoded to 10 elements every 100 milliseconds). For example, it could be: FilteredList#setPopulateItemsPerSecond(int nItemsPerSecond) which could replace the hardcoded value "10" (line 594) by nItemsPerSecond / 10.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.