TableColumn$SortType
Jonathan Giles
jonathan.giles at oracle.com
Thu Mar 21 12:35:38 PDT 2013
Right, to clarify, this change was related to the introduction of
TreeTableView ~3 months ago, not the more recent change to sorting.
I'll need to research the best option. The downside is that the impl
code all depends on TableColumnBase rather than TableColumn and
TreeTableColumn, so losing the sortType API from TableColumnBase is the
bigger concern. Like I say, file a bug and I'll work out how to resolve
this.
-- Jonathan
On 22/03/2013 8:33 a.m., Scott Palmer wrote:
> 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