Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create Property Editor with Listview / Tableview

972881Nov 6 2012 — edited Nov 9 2012
Hello,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 7 2012
Added on Nov 6 2012
4 comments
898 views