How to create Property Editor with Listview / Tableview
972881Nov 6 2012 — edited Nov 9 2012Hello,
does someone has an example of how to implement an Object-Property-Editor, like the editors for visual components in VisualStudio (Properties Window) or Delphi (Objectinspector)?
An editable List, showing the properties of an object and offering different editing options (combobox, textfield, numberfield, ...) depending on the properties type.
I've read the documentation and the tutorials for cellfactories in Tablevies/Listviews, but all I found contained only data of the same type. I need a Tableview that handles a list with properties of different types and uses a cellfactory that creates the cell according to the items class.
I'm new to java and I hope someone can give a hint how to solve this.
Thanks in advance
Michael
Edited by: Magonline on 07.11.2012 09:25
Scene Builder was a BAD excample, because its not using a TableView or Listview.