Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.tool.codegen.en3app.* (1)org.enhydra.tool.codegen.webapp.* (1)
org.enhydra.tool.codegen.wizard.* (10)

org.enhydra.tool.codegen: Javadoc index of package org.enhydra.tool.codegen.


Package Samples:

org.enhydra.tool.codegen.en3app: This package contains the core classes and interfaces that make up the CodeGen framework.  
org.enhydra.tool.codegen.webapp
org.enhydra.tool.codegen.wizard

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.
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.
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.
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.
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.
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.
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
CodeGen: Main class for CodeGen wizard and command line interface.
AppOptionPanel3: Panel for entering the default options: make and script.
WebAppGenerator: A generator for Servlet 2.2 style Web Applications.
ConfigPanel: Swing layout panel for configuration dialog.
CodeGenDeck: Class declaration
AppGenerator
AppTemplateFilter

Home | Contact Us | Privacy Policy | Terms of Service