TableColumn$SortType

Scott Palmer swpalmer at gmail.com
Thu Mar 21 12:33:09 PDT 2013


Is just using TableColumn.SortType from within TreeTableColumn out of the question?

Scott
(I'll get that bug filed when Jira is back online)

On 2013-03-21, at 3:20 PM, Jonathan Giles <jonathan.giles at oracle.com> wrote:

> SortType was in TableColumn but recently I moved it up to TableColumnBase, however from the looks of things that wasn't a good move as it breaks things.
> 
> Please file a bug - I'll probably need to duplicate SortType in TableColumn and TreeTableColumn, which is a shame, but that's the price we pay for not wanting to break API (and the fact that all API is not built in a single big bang!) :-)
> 
> -- Jonathan
> 
> On Friday, 22 March 2013 7:55:57 a.m., Scott Palmer wrote:
>> I know there is a bunch of working going on to re-work the table sorting.. but I was under the impression that it wasn't going to break existing code.
>> 
>> I'm getting a java.lang.NoClassDefFoundError: javafx/scene/control/TableColumn$SortType in my code when I run on JavaFX 8.0-b81
>> 
>> JavaFX Bug? (I hope)
>> 
>> 
>> Regards,
>> 
>> Scott
>> 
>> 
>> 



More information about the openjfx-dev mailing list