List of features for next release

Jonathan Giles jonathan.giles at oracle.com
Thu May 10 13:46:13 PDT 2012


Thanks,

For my TreeTableView, I basically did a merge of the TreeView and 
TableView code. Basically I had the TreeItem API combined with the 
TableColumn API. Then I merged the cell factories behind the scenes to 
indent the first column and show the disclosure nodes. It wasn't hard to 
do, but that is coming from the perspective of someone who wrote these 
two controls. Feel free to ping me off-list and I can give more pointers.

I would like to get this code out into an open sandbox repository, but 
I'm still waiting for clearance on this.

-- Jonathan


On 11/05/2012 8:40 a.m., John McDonnell wrote:
> Jonathan,
>
> Thanks for the tip about Jira searches, I'll give that a look into.
>
>
> With regards to the TreeTableView control, I will probably over the 
> next couple of days look into developing my first Java FX control.
>
> Oh by the way keep up the good work on http://fxexperience.com/, 
> thoser links of the week are an extremely welcome collection of Java 
> FX knowledge on a monday morning...
>
>
> John
>
> On 10 May 2012 20:25, Jonathan Giles <jonathan.giles at oracle.com 
> <mailto:jonathan.giles at oracle.com>> wrote:
>
>     Specifially, a TreeTableView control will not be appearing in 2.2,
>     which is still many months away. I am the developer of the
>     TreeView and TableView controls, and whilst I have a
>     proof-of-concept TreeTableView implementation locally, it has not
>     yet made it to any repos (private or public).
>
>     Trust me, I've been nagging to get it out there some way or
>     another.  :-)
>
>     More generally, Jira searches will yield you a lot of useful
>     information, if you narrow the search down to 'features' that are
>     in 2.2. You may also be interested in 'tweaks' in 2.2, which are
>     just simpler changes (less than 2 weeks work, etc).
>
>     -- Jonathan
>
>
>     On Friday, 11 May 2012 7:15:28 a.m., John McDonnell wrote:
>
>         Hi all.
>
>         Just wondering if there is a public list of features that you
>         are looking
>         to  have in the next release?
>
>         I ask because I'm essentially looking for a tree/table view
>         component and
>         would ideally love not to have to design one only for a
>         standard One to
>         come out a couple of months later.....
>
>         Regards
>
>         John
>
>
>
>
> -- 
> John


More information about the openjfx-dev mailing list