javafxswtemfeclipse-emf

How to use EMF Forms JavaFX Renderer


I want to create a custom control like this tutorial.

However, I do not want to use SWT, but JavaFX. But I do not know what class I have to inherit and how I can render my view in JavaFX.

In the SWT example, the class EmailControlRenderer extends from TextControlSWTRenderer. From which class would I have to inherit if I want to render an EObject in JavaFX?


Solution

  • From the EMF Forms documentation, it seems the JavaFX renderer is very much experimental at this point, so chances are you will not be able to do what you want to do. Consider sending the developers a mail.