UI Service Provider Interface
This package contains abstract classes which represent extension-points for
UI integration of custom implementations.
A plug-in is simply created by extending one of the abstract extension-point
classes and implementing the required method.
Then just add the full qualified class name to the file ui.plugin in
sub-directory META-INF and bundle it together with all your classes
to a JAR file.
Finally put the JAR file into the 'lib/ext' sub-directory of CDA and
restart CDA.