JavaClassifierCodeDocument Class Reference
class JavaClassifierCodeDocument A Java UMLClassifier Code Document. More...
#include <javaclassifiercodedocument.h>
Inheritance diagram for JavaClassifierCodeDocument:

Public Member Functions | |
| JavaClassifierCodeDocument (UMLClassifier *classifier) | |
| Constructor. | |
| virtual | ~JavaClassifierCodeDocument () |
| Empty Destructor. | |
| QString | scopeToJavaDecl (Uml::Visibility scope) |
| Get the dialog widget which allows user interaction with the object parameters. | |
| QString | capitalizeFirstLetter (const QString &string) |
| JavaCodeGenerationPolicy * | getJavaPolicy () |
| QString | getJavaClassName (const QString &name) |
| QString | getPath () |
| Get the value of the path to this codedocument. | |
| bool | addCodeOperation (CodeOperation *op) |
| add a code operation to this java classifier code document. | |
Protected Member Functions | |
| void | resetTextBlocks () |
| virtual void | loadChildTextBlocksFromNode (QDomElement &root) |
| need to overwrite this for java since we need to pick up the java class declaration block. | |
| void | addOrUpdateCodeClassFieldMethodsInCodeBlock (CodeClassFieldList &list, JavaClassDeclarationBlock *codeBlock) |
| bool | forceDoc () |
| Get the dialog widget which allows user interaction with the object parameters. | |
| void | updateContent () |
Detailed Description
class JavaClassifierCodeDocument A Java UMLClassifier Code Document.
Definition at line 39 of file javaclassifiercodedocument.h.
Constructor & Destructor Documentation
|
|
Constructor. header package declaration import statements class declaration guts of the class (e.g. field decl, accessor methods, operations, dependant classes) Definition at line 46 of file javaclassifiercodedocument.cpp. |
|
|
Empty Destructor.
Definition at line 51 of file javaclassifiercodedocument.cpp. |
Member Function Documentation
|
|
Get the dialog widget which allows user interaction with the object parameters.
Definition at line 290 of file javaclassifiercodedocument.cpp. |
|
|
Get the value of the path to this codedocument.
Reimplemented from CodeDocument. Definition at line 82 of file javaclassifiercodedocument.cpp. References CodeDocument::getPackage(). |
|
|
add a code operation to this java classifier code document.
Implements ClassifierCodeDocument. Definition at line 137 of file javaclassifiercodedocument.cpp. |
|
|
need to overwrite this for java since we need to pick up the java class declaration block.
Reimplemented from CodeGenObjectWithTextBlocks. Definition at line 150 of file javaclassifiercodedocument.cpp. References CodeGenObjectWithTextBlocks::addTextBlock(), UMLDoc::findObjectById(), UMLApp::getDocument(), CodeDocument::getFileName(), UMLObject::loadFromXMI(), CodeBlockWithComments::loadFromXMI(), CodeBlock::loadFromXMI(), CodeComment::loadFromXMI(), CodeDocument::newCodeBlock(), CodeDocument::newCodeBlockWithComments(), and CodeDocument::newHierarchicalCodeBlock(). |
|
|
Get the dialog widget which allows user interaction with the object parameters.
Definition at line 77 of file javaclassifiercodedocument.cpp. References CodeGenerationPolicy::getCodeVerboseDocumentComments(), and UMLApp::getCommonPolicy(). |
The documentation for this class was generated from the following files:
