|
The ToolBars example provides a way of configuring the main toolbar in JBuilder.
You can add, remove, regroup, and rearrange the buttons on that toolbar through this tool.
The standard JBuilder actions are automatically available, and you can add any
third-party actions that you have access to.
Files
ToolBars.jpx | |
The project file for this tool |
ToolBars.html | |
Documentation for the tool |
classes.opentools | |
The OpenTools manifest |
ToolBarsGallery.java | |
The list of available actions grouped by category |
ToolBarsPropertyGroup.java | |
The global properties that track the toolbar contents |
ToolBarsWizard.java | |
The wizard action and wizard that invoke the manager dialog |
ToolBarsWizardPage.java | |
The UI for the wizard |
ToolBarsDialog.java | |
The popup dialog for adding new actions |
images/*.gif | |
Images for use on the toolbar |
ToolBars.jar | |
The packaged tool |
ToolBarsDoc.jar | |
The packaged documentation |
The JSPTagWizards example illustrates how to create wizards in JBuilder, and how to
make use of the Java Object Toolkit to parse and generate Java files.
Files
JSPTagWizards.jpx | |
The project file for this tool |
JSPTagWizards.html | |
Project notes |
classes.opentools | |
The OpenTools manifest |
JSPTagWizard.java | |
The wizard that generates a new class that implements the JSP Tag
interface, with functionality selected by the user |
JSPTagWizardPage.java | |
The first page for the above wizard |
TaglibDescriptorWizard.java | |
The wizard that scans a project for classes implementing the JSP Tag
interface, extracts their details, and generates a tag library descriptor file
from them, after any modification by the user |
TaglibDescriptorWizardPage*.java | |
The pages for the above wizard |
*.java | |
Supporting code for this tool |
*.html | |
Documentation source for this tool |
JSPTagWizards.jar | |
The packaged tool |
JSPTagWizardsDoc.jar | |
The packaged documentation |
The JBImages tool lets you view the large images (over 10K) that come with JBuilder
and that you may want to use in your wizards. It is invoked through the JBuilder images
entry on the Help menu.
Files
JBImages.jpx | |
The project file for this tool |
JBImages.html | |
Documentation for the tool |
classes.opentools | |
The OpenTools manifest |
JBImages.java | |
The code for this tool |
JBImages.jar | |
The packaged tool |
|