The Class Choice Dialog


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.

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.