carlw
02/08/2017, 11:54 PMgtnarg
02/08/2017, 11:55 PMedvin
02/09/2017, 6:45 AMconfig
backend pluggable?edvin
02/09/2017, 6:46 AMedvin
02/09/2017, 6:47 AMedvin
02/09/2017, 6:47 AMedvin
02/09/2017, 6:48 AMedvin
02/09/2017, 6:50 AMhastebrot
02/09/2017, 8:20 AMhastebrot
02/09/2017, 8:29 AMclass WorkspaceConfig : Injectable
and share it between components via by inject()
delegate machanism?hastebrot
02/09/2017, 8:31 AMWorkspaceConfig
with TornadoFX's config
objecthastebrot
02/09/2017, 8:36 AMinject()
wants a Component
. So I use class WorkspaceConfig : Controller()
instead.edvin
02/09/2017, 8:45 AMComponent(), Injectable
if you don't need what Controller
provides. I'll have a look at config
shortly to see if we could make it pluggable easily.edvin
02/09/2017, 8:49 AMconfig
is just a Properties
object. Properties
is not final, so I could for example just make it look for a ConfigProvider
injectable and use the config
object returned from that for a given Component?edvin
02/09/2017, 8:51 AMProperties
object that implements load
and store
.edvin
02/09/2017, 11:39 AMSplitMenuButton
. Anybody want to give it a go and create a PR? 🙂ron
02/09/2017, 11:40 AMron
02/09/2017, 11:40 AMedvin
02/09/2017, 11:52 AMthomasnield
02/09/2017, 11:52 AMron
02/09/2017, 11:53 AMedvin
02/09/2017, 11:53 AMedvin
02/09/2017, 11:53 AMron
02/09/2017, 11:53 AMthomasnield
02/09/2017, 11:53 AMthomasnield
02/09/2017, 11:53 AMedvin
02/09/2017, 11:54 AMron
02/09/2017, 11:56 AMron
02/09/2017, 11:56 AM