Download

TK-UI is divided into several components :

CSS Engine Core

org.akrogen.tkui.css.core is the CSS Engine kernel and contains :

  • CSS Engine Core source code int the src folder.
  • org.akrogen.tkui.css.core.jar binaries (the lib directory contains third party libraries).
  • tests in the test folder, and styles et images in styles and images folders

CSS Engine SWT

The distributions org.akrogen.tkui.css.swt* provides the SWT binding for the CSS Engine and contains :

  • CSS Engine SWT bindings source code in the src folder.
  • lorg.akrogen.tkui.css.swt*.jar binaries (the lib directory contains third party libraries).
  • tests in the test folder, and styles and images are in styles and images folders. To use test, you must :
    • put Java source of test folder into src folder sources of your project (Eclipse,...)
    • put styles folder (which contains CSS styles) into base dir of your project.
    • put images folder (which contains images) into base dir of your project.
    • update classpath with jar librarires provided into the distribution.

CSS Engine Swing

The distributions org.akrogen.tkui.css.swing* provides the Swing binding for the CSS Engine and contains :

  • CSS Engine Swing bindings source code in the src folder.
  • org.akrogen.tkui.css.swing*.jar binaries (the lib directory contains third party libraries).
  • tests in the test folder, and styles et images in styles and images folders. To use test, you must :
    • put Java source of test folder into src folder sources of your project (Eclipse,...)
    • put styles folder (which contains CSS styles) into base dir of your project.
    • put images folder (which contains images) into base dir of your project.
    • update classpath with jar librarires provided into the distribution.

TK-UI

TK-UI is not yet available as a distributable, bur sources are accessible by SVN . TK-UI depends on UFace for Databinding. Here are the UFace projects that have to be retrived :

Then retrieve all TK-UI projects from SVN Some samples may be found in the org.akrogen.tkui.usecases project.