Layouts with constraint classes
Daniel Zwolenski
zonski at gmail.com
Sun Dec 2 13:04:51 PST 2012
Just one last one on the topic of builders, while the builder architecture
was good for separating the Java API from the FXML, it wasn't very easy to
add in new Builder methods that cut across all nodes (i.e. AOP-style
injection of a cross-cutting concern, etc) such as Tom's setConstraints
method.
I raised this feature enhancement:
http://javafx-jira.kenai.com/browse/RT-26632
My suggestions for implementation are just ideas, there are likely better
ways. More just logging the goal.
On Sun, Dec 2, 2012 at 6:38 PM, Tom Eugelink <tbee at tbee.org> wrote:
>
>
> On 2012-12-02 04:30, Jonathan Giles wrote:
>
>> I keep on telling people that this is in the plans - but no one seems to
>> believe me :-) Personally this is something I've been wanting to get done
>> for a long time now, so I'm very keen on seeing it too. I would recommend
>> any further technical discussion be moved on to [1] though, as we're (as
>> always) straying very far from the original topic.
>>
>
> LOL. I believe you, but it's like "seeing is believing"
> http://www.youtube.com/watch?**v=mBS0OWGUidc<http://www.youtube.com/watch?v=mBS0OWGUidc>:-)
>
> Tom
>
>
>
>
More information about the openjfx-dev
mailing list