Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "GEF/GEF4/SwtFX"

< GEF‎ | GEF4
m
(Redirect page to GEF/GEF4/FX, because GEF4 SwtFX component was merged into GEF4 FX)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Note to non-wiki readers: This documentation is generated from the Eclipse wiki - if you have corrections or additions it would be awesome if you added them in [http://wiki.eclipse.org/GEF/GEF4/SwtFx the original wiki page]''.
+
#REDIRECT [[GEF/GEF4/FX]]
 
+
== Introduction ==
+
 
+
The GEF4 SwtFX component provides specific JavaFX Node implementations which embed SWT Controls in a JavaFX scene graph. The component is subdivided into different packages:
+
 
+
* '''org.eclipse.gef4.swtfx'''<br />Contains SWT specific sub-classes of JavaFX framework classes to make embedding SWT Controls in a JavaFX scene graph possible.
+
* '''org.eclipse.gef4.swtfx.controls'''<br />Contains JavaFX Node implementations for the individual SWT Controls, i.e. SwtFXButton, SwtFXLabel, etc.
+
 
+
== General ==
+
 
+
* '''package: org.eclipse.gef4.swtfx'''
+
 
+
In order to be able to embed SWT Controls in a JavaFX scene graph, we decided to sub-class two JavaFX framework classes: FXCanvas, and Scene.
+
 
+
=== SwtFXScene ===
+
 
+
=== SwtFXCanvas ===
+
 
+
=== AbstractSwtFXControl ===
+
 
+
== Controls ==
+
 
+
* '''package: org.eclipse.gef4.swtfx.controls'''
+
 
+
=== SwtFXButton ===
+
 
+
=== SwtFXStyledText ===
+

Latest revision as of 16:18, 11 August 2014

Redirect to:

Back to the top