Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Efxclipse"

(Tooling)
(Runtime)
Line 11: Line 11:
  
 
e4 or better the Eclipse 4 Application Platform is not bound to SWT but can be used with any rendering technology. Learn more about the JavaFX-rendering ([[Efxclipse/Runtime/e4]]).
 
e4 or better the Eclipse 4 Application Platform is not bound to SWT but can be used with any rendering technology. Learn more about the JavaFX-rendering ([[Efxclipse/Runtime/e4]]).
 +
 +
=== Recipes ===
 +
 +
There are set of best practices collected at [[Efxclipse/Runtime/Recipes]]
  
 
== Development ==
 
== Development ==
  
 
In case you are interested in providing bugfixes, contributing new features. Follow to this our [[Efxclipse/Development]].
 
In case you are interested in providing bugfixes, contributing new features. Follow to this our [[Efxclipse/Development]].

Revision as of 17:49, 6 December 2013

e(fx)clipse

Tooling

Runtime

e4 on JavaFX

e4 or better the Eclipse 4 Application Platform is not bound to SWT but can be used with any rendering technology. Learn more about the JavaFX-rendering (Efxclipse/Runtime/e4).

Recipes

There are set of best practices collected at Efxclipse/Runtime/Recipes

Development

In case you are interested in providing bugfixes, contributing new features. Follow to this our Efxclipse/Development.

Back to the top