Skip to content
Nepomuk Seiler edited this page Feb 2, 2012 · 1 revision

Introduction

  • What for?
  • Where to?

Implementation

  • How to implement
  • UIFactory service
  • Samples

Service Properties

When registering an UIFactory as a service you should always provide certain service properties to describe your service which makes it easier for consumers to pick the right one.

Properties

  • ui = SWING | SWT | GWT | AWT | VAADIN | ...
  • container = javax.swing.JPanel | org.eclipse.swt.widgets.Composite | ...

... more to do ...