FilteredList/SortedList

Scott Palmer swpalmer at gmail.com
Tue Jan 8 11:24:04 PST 2013


On 2013-01-08, at 12:36 PM, Martin Sladecek <martin.sladecek at oracle.com> wrote:

>> 
> What about deprecating items property, leaving the behavior as-is + introducing setModel() and getViewList() for the newer code?

+1

Let TableView maintain an internal wrapper around the provided model.  It can implement sorting however it feels like, I guess with a TransformationList where it modifies the transformation as required by the sort. (I haven't looked at the 8.0 APIs yet)

Scott


More information about the openjfx-dev mailing list