Hey. Could anybody give me a hint how to create a tableview with readonlyColumn for a plain old java object? I want to call a getter. Somehow I have to wrap it into a ObservableValue. Is there a nice way to do it? The value will never change since the java object is immutable.
Any way to call "toProperty()" or something like that?