permalmberg
01/15/2017, 3:08 PMpermalmberg
01/15/2017, 3:08 PMpermalmberg
01/15/2017, 3:12 PMedvin
01/15/2017, 3:13 PMpermalmberg
01/15/2017, 3:13 PMedvin
01/15/2017, 3:14 PMgtnarg
01/15/2017, 3:15 PMedvin
01/15/2017, 3:15 PMpermalmberg
01/15/2017, 3:16 PMtextfield(it, Converter())
just results in my entire file being marked as invalid by intellij 😕permalmberg
01/15/2017, 3:16 PMedvin
01/15/2017, 3:16 PMit
is not a property in cellFormat
, that's why.edvin
01/15/2017, 3:17 PMitemProperty()
instead.edvin
01/15/2017, 3:18 PMthis
is the cell, which has the itemProperty
. it
is the extracted value.edvin
01/15/2017, 3:19 PMmakeEditable
in combination with a cellDecorator {}
that applies the style to graphic
, but this is more explicit.permalmberg
01/15/2017, 3:19 PMit
works. I was sure it'd be the item currently being displayededvin
01/15/2017, 3:20 PMit
is determined by the API designer. It is never something you can just deduct from looking at the code. Code completion will tell you though.edvin
01/15/2017, 3:20 PMCtrl+P
is your friend 🙂edvin
01/15/2017, 3:20 PMit
and wait (or ctrl-space), IDEA will tell you the type via a popup. Same for this
permalmberg
01/15/2017, 3:20 PMedvin
01/15/2017, 3:22 PMpermalmberg
01/15/2017, 3:22 PMpermalmberg
01/15/2017, 3:22 PMedvin
01/15/2017, 3:23 PMedvin
01/15/2017, 3:23 PMpermalmberg
01/15/2017, 3:23 PMedvin
01/15/2017, 3:23 PMWorkspace
brings to a TornadoFX business app. It's kind of like getting the best parts of NetBeans RCP or Eclipse RCP without all the overhead 🙂ron
01/15/2017, 3:24 PMron
01/15/2017, 3:25 PMpermalmberg
01/15/2017, 3:26 PMedvin
01/15/2017, 3:29 PM