amanda.hinchman-dominguez
12/21/2017, 5:50 PMcarlw
12/21/2017, 5:51 PMcarlw
12/21/2017, 5:59 PMamanda.hinchman-dominguez
12/21/2017, 6:03 PMedvin
12/21/2017, 8:34 PMcheckmenuitem
builder.javafxpert
12/21/2017, 8:36 PMedvin
12/21/2017, 8:43 PMWordGridView
. I try to avoid saving UI elements into fields if it can be avoided, and rather communicate by javafx properties instead. Thinking about this: private val wgCellFrags: Pane = Pane()
.edvin
12/21/2017, 8:45 PMedvin
12/21/2017, 8:45 PMedvin
12/21/2017, 8:46 PMedvin
12/21/2017, 8:47 PMfind
, add
or inject
. Failing to do so might mean that these components don't participate in the complete life cycle, but that's a very subtle thing, and might not be important in your use case.edvin
12/21/2017, 8:49 PMedvin
12/21/2017, 8:49 PMedvin
12/21/2017, 8:50 PMedvin
12/21/2017, 8:51 PMbindChildren
perhaps.edvin
12/21/2017, 8:52 PMedvin
12/21/2017, 8:52 PMAddWordGridCell
event and subscribe to that perhaps. That reduces coupling at least.edvin
12/21/2017, 8:54 PMjavafxpert
12/21/2017, 8:57 PMedvin
12/21/2017, 8:58 PMthomasnield
12/22/2017, 3:07 AMuser
12/22/2017, 3:19 AMcarlw
12/22/2017, 3:23 AMamanda.hinchman-dominguez
12/22/2017, 3:38 AMcarlw
12/22/2017, 4:14 AM