The Class Choice Dialog
It
shows a list of all the java classes in the class path,
that can be used as code for a template.
They are all the
classes implementing the IFunction
java interface in all the jar files in the class path.
This
means that if you add a library to the system, putting its jar file in
the classpath, you can use all its classes implementing IFunction as
code for your templates.
Each row shows 2 columns: the class package and the class name. The
table can be sorted by any of these columns, making easier to find the
class you are looking for.
Select
the class that you want to use and click OK to return it.
If you press Cancel
the dialog is closed but nothing is returned.