Bug 429033 - JavaFX toolkit - add implicit component addressing support for container components
Summary: JavaFX toolkit - add implicit component addressing support for container comp...
Status: NEW
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: RC (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on: 429040 430359 471128 429027 429034 429036 429038 464893
Blocks: 421595
  Show dependency tree
 
Reported: 2014-02-25 09:47 EST by Markus Tiede CLA
Modified: 2015-06-26 08:44 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tiede CLA 2014-02-25 09:47:17 EST
We should think about adding implicit support for container components such as Panes, Windows, Stages ...
Comment 1 Alexandra Schladebeck CLA 2014-04-03 01:54:39 EDT
Sebastian, I think this is done - at least as far as we're going to do for now. Can you comment and say which containers we support / don't support?
Comment 2 Sebastian Struckmann CLA 2014-04-03 03:57:19 EDT
As can be seen at the respective tickets, we implicitly support SplitPanes, ToolBars and TitledPanes (these even explicitly).
Furthermore, we support all components from the package "javafx.scene.layout" that we want to support at the moment and Stages, of course.

So for now, this seems enough. But for the time after the upcoming release there is some stuff left to do in this area.