net.sf.javadocbuilder.ui
Class EditBuilderDialog

java.lang.Object
  |
  +--Dialog
        |
        +--net.sf.javadocbuilder.ui.NewBuilderDialog
              |
              +--net.sf.javadocbuilder.ui.EditBuilderDialog
All Implemented Interfaces:
Constants

public class EditBuilderDialog
extends NewBuilderDialog

Dialog page for editing a builder

Author:
mike
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.javadocbuilder.ui.NewBuilderDialog
builderConfiguration, classNameFilteringButton, classNameFitleringPatternText, manager, outDirText, outNamePatternText, project, singleOutButton, sources, srcDirsText, tagFilterNameText, tagFitlerEnabled, templateInfo, templates
 
Fields inherited from interface net.sf.javadocbuilder.Constants
ARG_CLASSNAME_FILTER_ENABLED, ARG_CLASSNAME_FILTER_PATTERN, ARG_CUSTOM_TEMPLATE_NAME, ARG_OUT_DIR, ARG_OUT_NAME_PATTERN, ARG_SINGLE_FILE, ARG_SOURCE_DIRECTORIES, ARG_TAG_FILTER_ENABLED, ARG_TAG_FILTER_NAME, ARG_TEMPLATE_NAME, CONFIGURATION_FILENAME
 
Constructor Summary
protected EditBuilderDialog(Shell parentShell, IProject prj, net.sf.javadocbuilder.BuilderConfiguration cfg)
           
 
Method Summary
protected  Control createContents(Composite parent)
           
 
Methods inherited from class net.sf.javadocbuilder.ui.NewBuilderDialog
disableCustomTemplateWidgets, disableTemplateWidgets, enableCustomTemplateWidgets, enableTemplateWidgets, fillValues, getBuilderConfiguration, okPressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditBuilderDialog

protected EditBuilderDialog(Shell parentShell,
                            IProject prj,
                            net.sf.javadocbuilder.BuilderConfiguration cfg)
Parameters:
parentShell -
Method Detail

createContents

protected Control createContents(Composite parent)
Overrides:
createContents in class NewBuilderDialog