| Home >> All >> org >> enhydra >> tool >> [ common Javadoc ] |
| | org.enhydra.tool.common.event.* (6) |
org.enhydra.tool.common: Javadoc index of package org.enhydra.tool.common.
Package Samples:
org.enhydra.tool.common.event
Classes:
TBWizardDialog: The CodeGenDialog defines a default container for presenting wizards. To use this class you need to a create one or more CodeGenPage objects and add them to this dialog. This dialog supplies action buttons for the Previous, Next, Finish, Cancel and Help. This class is used when creating a standalone wizard. Use the OpenTools BasicWizard when developing JBuilder add-ins.
TBWizardPage: The CodeGenPage is a panel that you can add to a WizardDialog. It displays a page title, instructions and a CodeGenPanel. This class is used when creating a standalone wizard. Use the OpenTools BasicWizardPage when developing JBuilder add-ins.
Replacement: The replacement class defines a search and replace operation for updating source code that was copied from a template file. Replacement object are used by the predefined generators to insert things like application and package names into java source files.
TBWizardPanel: This class defines the type of panel you can add to an OpenTool's BasicWizardPage or an CodeGenPage. Do to limitations in the JBuilder UI designer, this class and some of it's methods are not left as abstract.
DirectoryFilter: DirectoryFilter restricts file sets to only those files that are directories. Use this with JFileChooser to create a directory chooser.
ExtensionFilter: An implementation of FileFilter that filters out all files except for those matching a set of given extensions.
SwingUtil: SwingUtil contains static utility methods for working with Swing classes.
ReplacementSet: ReplacementSet is a utility class for working with Replacement objects.
AboutBox
Browser
DialogPanel
FileUtil
IconSet
InfoPanel
Main
PathHandle
ProgressMeter
ResUtil
TBWizardDeck
Template
| Home | Contact Us | Privacy Policy | Terms of Service |