Proposal for improving nested controller interaction in JavaFX 2.2 (original) (raw)

Greg Brown greg.x.brown at oracle.com
Tue Feb 21 12:44:48 PST 2012


One way to minimize the level of this association is by using a controller factory. By specifying the name of an interface or an abstract class as your document's controller, your factory can determine at runtime which concrete factory to provide for a given document.

This should read "your factory can determine at runtime which concrete controller to provide for a given document".



More information about the openjfx-dev mailing list