| Home >> All >> org >> enhydra >> [ tool Javadoc ] |
org.enhydra.tool: Javadoc index of package org.enhydra.tool.
Package Samples:
org.enhydra.tool.codegen.en3app: This package contains the core classes and interfaces that make up the CodeGen framework.
org.enhydra.tool.archive
org.enhydra.tool.codegen
org.enhydra.tool.codegen.webapp
org.enhydra.tool.codegen.wizard
org.enhydra.tool.common.event
org.enhydra.tool.common
org.enhydra.tool.configure
Classes:
CodeGenDialog: 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.
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.
ConfigDialog: The ConfigDialog provides a Swing interface for specifying the Enhydra home directory and creating a codegen.properties file. Note that the dialog does not do the actual configuration. The caller must retreive the selected Enhydra home directory to complete the configuration.
CodeGenPage: 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.
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.
CodeGenPanel: 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.
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.
GeneratorOption: GeneratorOption define a generator specific option for CodeGen. Generation options include information such as the directory where to generate an application and name to use for the generated application.
AppOptionSet: This class instantiates a set of default GeneratorOptions during initialization. The default options include: project, d, package copywrite, copywritefile, make, script, j2ee and overwrite.
ValidationUtil: This class instantiates a set of default GeneratorOptions during initialization. The default options include: appname, d, package copywrite, copywritefile, nomake, noscript, and nojbuilder.
Enhydra3AppGenerator: A generator for a Enhydra 3 presentation object style application. This creates a set of files that is similar to what was generated from com.lutris.devsys.LutrisAppTree.
Generator: Interface for defining generators. CodeGen can use any generator that implements this interface, is in the class path and has an entry in the codegen.properties file.
DirectoryFilter: DirectoryFilter restricts file sets to only those files that are directories. Use this with JFileChooser to create a directory chooser.
TemplateDrivenGenerator: A partial implementation of the Generator interface that works with template files. The predefined generators are based on this class.
GeneratorException: The GeneratorException is thrown when generation could not be completed or when setting invalid values for genertion options.
ExtensionFilter: An implementation of FileFilter that filters out all files except for those matching a set of given extensions.
GenSelectionPanel: This class defines the type of panel you can add to an OpenTool's BasicWizardPage or an CodeGenPage.
AppOptionPanel1: Panel for entering the default options: project name, package and destination.
AppReplacementSet: This class instantiates a set of default Replacements during initialization.
SwingUtil: SwingUtil contains static utility methods for working with Swing classes.
ReplacementSet: ReplacementSet is a utility class for working with Replacement objects.
AppOptionPanel2: Panel for entering the default options: copyright and copyrightfile.
ValidationException: The ValidationException can be thrown when validating option values.
OptionSet: An OptionSet is a utility class for working with GeneratorOptions
| Home | Contact Us | Privacy Policy | Terms of Service |