Re: [API Review] Make Scene styleable through CSS

2013-07-01 Thread Richard Bair
Does it need a default style class, or can we just use the type selector instead? Richard On Jun 25, 2013, at 2:18 PM, David Grieve wrote: > https://javafx-jira.kenai.com/browse/RT-31282 > > Scene has a fillProperty which should be styleable via CSS but this would > require making Scene impl

[API Review] Make Scene styleable through CSS

2013-06-25 Thread David Grieve
https://javafx-jira.kenai.com/browse/RT-31282 Scene has a fillProperty which should be styleable via CSS but this would require making Scene implement the javafx.css.Styleable interface. The interesting bits from the interface are public String getId() public ObservableList getStyleCl