OpenTools Manifest WizardThis wizard creates an OpenTools manifest file (classes.opentools) based on the classes it finds within the current project. It searches for classes with the OpenTools initialisation method:
public static void initOpenTool(byte majorVersion, byte minorVersion)
Enter the following values to customise the wizard.
| Merge with existing file | Check this box to retain any other entries you might have in an existing .opentools file. "Other" means classes that are not located by this wizard. If not checked, any existing file is overwritten. | |
|---|---|---|
| Class | The table lists the OpenTools candidate classes found through a scan of the project. You cannot alter the class names. | |
| Category | Select the OpenTools category under which the corresponding class should be loaded. A suggested category is provided based on the contents of the class' initialisation method. The drop-down list contains the set of standard categories known to JBuilder, with the numbers next to the names indicating which version of JBuilder they first appeared in. You can also enter your own category names simply by typing them in. Do not add the "OpenTools-" prefix as this will be supplied. |
To install this tool, just copy its .jar file to the
JBuilder/lib/ext directory and restart JBuilder.
For online documentation (this page), copy the *Doc.jar
file to the JBuilder/doc directory.
Version 2.0
Written by Keith Wood (kbwood@iprimus.com.au).