Project Notes
Project: Open Tools: Find
Author: JBuilder Team
Company: borland.com
Description: Examples of Open Tools API
- Adds a "Find String" Wizard to the Wizard menu.
- Searches all open text files and provides results in a MessageView tab.
- Shows how to link messages to particular locations in text files.
Notes:
The FindStringWizard demonstrates how to add an item to the Wizard menu and
report results in a MessageView tab.
To run this wizard:
- Update JBuilder's classpath to include the output path for this project.
If you change the output path, be sure to move/rename the classes.opentools file as well.
- Launch JBuilder.
- Select a .java node in a project.
- Select File | New...
- Select "Find String" from the Wizard menu.
Source File Descriptions:
- FindString.java
Contains the OpenTools interface which registers the
"Find String" wizard.
- FindStringWizard.java
Defines the "Find String" wizard at the highest level.
It sets the dialog pages to be displayed and ultimately generates
the completed application as defined by user input.
- FindStringWizardPage1.java
Contains the wizard page which allows the user to define
the user interface style of the Hello World application to be generated.