-
- Downloads
JavaFX: Add native looks.
* Add style sheets for a native look of JavaFX-based views such that the UI does not break too much in comparison to the SWT-based views. * Windows 8/10, Windows 7, and MacOS X are supported. For Linux (GTK/QT) no style sheets have been found at the creation time of this commit. * The style sheets for the Windows 7 and the MacOS look are bundled in jars that define additional controls for animation etc. These libs are not usable with the SWT/JavaFX integration layer since it is impossible to load the control classes defined in the CSS file. The reason for this resides in the special classloader architecture of the JavaFX/SWT integration where it is impossible to inject classes into the classloader hierarchy without modifying e(fx)clipse plugins, or writing custom classloader/wrapper plugins for osgi. * The licenses of the imported CSS files are 2- and 3-clause BSD licenses which are placed in the folders containing the CSS files. Issue-Ref: 3209 Issue-Url: https://af3-developer.fortiss.org/issues/3209 Signed-off-by:Alexander Diewald <diewald@fortiss.org>
Showing
- org.fortiss.tooling.common.ui/.classpath 1 addition, 0 deletionsorg.fortiss.tooling.common.ui/.classpath
- org.fortiss.tooling.common.ui/build.properties 3 additions, 1 deletionorg.fortiss.tooling.common.ui/build.properties
- org.fortiss.tooling.common.ui/res/aerofx/License.txt 26 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/aerofx/License.txt
- org.fortiss.tooling.common.ui/res/aerofx/win7.css 473 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/aerofx/win7.css
- org.fortiss.tooling.common.ui/res/aquafx/License.txt 21 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/aquafx/License.txt
- org.fortiss.tooling.common.ui/res/aquafx/aquafx-air.css 160 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/aquafx/aquafx-air.css
- org.fortiss.tooling.common.ui/res/aquafx/aquafx-earth.css 147 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/aquafx/aquafx-earth.css
- org.fortiss.tooling.common.ui/res/aquafx/aquafx-fire.css 147 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/aquafx/aquafx-fire.css
- org.fortiss.tooling.common.ui/res/aquafx/aquafx.css 3592 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/aquafx/aquafx.css
- org.fortiss.tooling.common.ui/res/jfxtras/JMetroLightTheme.css 1058 additions, 0 deletions...ortiss.tooling.common.ui/res/jfxtras/JMetroLightTheme.css
- org.fortiss.tooling.common.ui/res/jfxtras/License.txt 24 additions, 0 deletionsorg.fortiss.tooling.common.ui/res/jfxtras/License.txt
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/.ratings 1 addition, 1 deletion...mmon.ui/src/org/fortiss/tooling/common/ui/javafx/.ratings
- org.fortiss.tooling.common.ui/src/org/fortiss/tooling/common/ui/javafx/AF3FXViewPart.java 76 additions, 23 deletions...c/org/fortiss/tooling/common/ui/javafx/AF3FXViewPart.java
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment