- DBK - Static variable in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Constants for Default DOCBOOK type.
- DefaultImporterTool - Class in com.nomagic.reportwizard.tools.importer
-
This tool will allow user to import plain text template.
- DefaultImporterTool(ITemplateEngine) - Constructor for class com.nomagic.reportwizard.tools.importer.DefaultImporterTool
-
Constructor
- DependencyMatrixTool - Class in com.nomagic.reportwizard.tools
-
A custom tool for accessing Dependency Matrix data to get row elements, column elements and relation between
row and column elements.
- DependencyMatrixTool() - Constructor for class com.nomagic.reportwizard.tools.DependencyMatrixTool
-
- DESCRIPTOR_FILE - Static variable in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
- destroy() - Method in class com.nomagic.magicdraw.magicreport.tools.ExportTool
-
Called by the engine to inform this tool is no longer use and that it should destroy any resources that it
has allocated.
- destroy() - Method in class com.nomagic.magicdraw.magicreport.tools.ExportTool2
-
Called by the engine to inform this tool is no longer use and that it should destroy any resources that it
has allocated.
- destroy() - Method in class com.nomagic.reportwizard.tools.script.JavaScriptTool
-
Called by the engine to inform this tool is no longer use and that it should destroy any resources that it
has allocated.
- destroy() - Method in class com.nomagic.reportwizard.tools.script.RubyScriptTool
-
Called to inform this engine is no longer use and that it should destroy any resources that it has
allocated.
- DialogTool - Class in com.nomagic.reportwizard.tools
-
Class to create dialogs for interacts with user during report generation.
- DialogTool() - Constructor for class com.nomagic.reportwizard.tools.DialogTool
-
- DOCBOOK - Static variable in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Constants for DOCBOOK type.
- DocBookTool - Class in com.nomagic.reportwizard.tools.docbook
-
The tool support docbook template.
- DocBookTool() - Constructor for class com.nomagic.reportwizard.tools.docbook.DocBookTool
-
- Document - Interface in com.nomagic.reportwizard.tools.doc
-
The interface represent to Comment Document.
- DocumentException - Exception in com.nomagic.reportwizard.tools.doc.javadoc
-
Base class for Document runtime exceptions.
- DocumentException() - Constructor for exception com.nomagic.reportwizard.tools.doc.javadoc.DocumentException
-
Constructs a new exception with null
as its detail message.
- DocumentException(String) - Constructor for exception com.nomagic.reportwizard.tools.doc.javadoc.DocumentException
-
Constructs a new exception with the specified detail message.
- DocumentException(String, Throwable) - Constructor for exception com.nomagic.reportwizard.tools.doc.javadoc.DocumentException
-
Constructs a new exception with the specified detail message and cause.
- DocumentException(Throwable) - Constructor for exception com.nomagic.reportwizard.tools.doc.javadoc.DocumentException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause).
- DocumentImpl - Class in com.nomagic.reportwizard.tools.doc.javadoc
-
The default JavaDoc document implementation.
- DocumentImpl(String, ITool) - Constructor for class com.nomagic.reportwizard.tools.doc.javadoc.DocumentImpl
-
Create a document.
- DocumentParser - Class in com.nomagic.reportwizard.tools.doc.javadoc
-
- DocumentParser(ITool) - Constructor for class com.nomagic.reportwizard.tools.doc.javadoc.DocumentParser
-
Create the parser.
- DOCX - Static variable in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Constants for DOCX type.
- DOCXImporterTool - Class in com.nomagic.reportwizard.tools.importer
-
This tool will allow user to import docx template.
- DOCXImporterTool(ITemplateEngine) - Constructor for class com.nomagic.reportwizard.tools.importer.DOCXImporterTool
-
Constructor.