TableColumn$SortType

Jonathan Giles jonathan.giles at oracle.com
Thu Mar 21 12:20:22 PDT 2013


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