net.sf.javadocbuilder.ui
Class NewBuilderDialog
java.lang.Object
|
+--Dialog
|
+--net.sf.javadocbuilder.ui.NewBuilderDialog
- All Implemented Interfaces:
- Constants
- Direct Known Subclasses:
- EditBuilderDialog
- public class NewBuilderDialog
- extends Dialog
- implements Constants
Dialog page for adding a new builder.
This page is used for editing a build command too, since basically consists of a form
that maps ICommand to a UI.
- Author:
- Miguel Griffa
- See Also:
- Serialized Form
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builderConfiguration
protected net.sf.javadocbuilder.BuilderConfiguration builderConfiguration
- The command to configure
srcDirsText
protected Text srcDirsText
outDirText
protected Text outDirText
singleOutButton
protected Button singleOutButton
outNamePatternText
protected Text outNamePatternText
tagFitlerEnabled
protected Button tagFitlerEnabled
tagFilterNameText
protected Text tagFilterNameText
project
protected IProject project
classNameFilteringButton
protected Button classNameFilteringButton
classNameFitleringPatternText
protected Text classNameFitleringPatternText
manager
protected net.sf.javadocbuilder.extensions.Manager manager
sources
protected net.sf.javadocbuilder.ITemplateSource[] sources
templates
protected net.sf.javadocbuilder.ITemplate[] templates
templateInfo
protected Label templateInfo
NewBuilderDialog
protected NewBuilderDialog(Shell parentShell,
IProject prj)
- Parameters:
parentShell
-
okPressed
protected void okPressed()
enableCustomTemplateWidgets
protected void enableCustomTemplateWidgets()
disableCustomTemplateWidgets
protected void disableCustomTemplateWidgets()
enableTemplateWidgets
protected void enableTemplateWidgets()
disableTemplateWidgets
protected void disableTemplateWidgets()
createContents
protected Control createContents(Composite main)
getBuilderConfiguration
public final net.sf.javadocbuilder.BuilderConfiguration getBuilderConfiguration()
- Returns:
- Returns the builderConfiguration.
fillValues
protected void fillValues()
- Sets values of widgets according to data on
builderConfiguration