Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen | |
org.tanjakostic.jcleancim.docgen.writer |
Classes and interfaces responsible for document generation out of the UML model.
|
org.tanjakostic.jcleancim.docgen.writer.word |
Classes specific to writing MS documents.
|
org.tanjakostic.jcleancim.docgen.writer.word.doc |
Classes specific to writing MS documents by means of automation API through Java-COM bridge (Jacob); this implementation is
extremely slow (it requires MS Word application and its COM API is just slow), but it supports
both .doc and .docx MS Word formats.
|
org.tanjakostic.jcleancim.docgen.writer.word.docx |
Classes specific to writing MS documents in OpenXML format; this implementation is fast (it does
not require MS Word application), but it supports only .docx MS Word format.
|
org.tanjakostic.jcleancim.docgen.writer.xml |
Classes specific to writing IEC 61850 name space definition files.
|
Class and Description |
---|
Writer
Interface to be implemented by all the UML documentation writers.
|
Class and Description |
---|
CaptionKind
We support 2 kinds of caption labels: for figures and for tables (and ignore those for equations,
as we don't print any numbered equations).
|
Cursor
Simple association of placeholder and range.
|
CursorList
List of cursors.
|
ExistingCaptionLabel.Kind |
ExistingStyle
Holds basic information describing styles, initialised from an open application / document.
|
ExistingStyle.Kind |
Placeholder
When using
FreeFormDocumentation , templates for doc generation have to use labels to
indicate where to insert the documentation of what element of the UML model into the output
document. |
Range
Technology-independent abstraction for range in documents.
|
Style
Maps document in-built styles as replacement for our desired styles (in IEC template), to allow
for doc generation even with a non-IEC template.
|
Writer
Interface to be implemented by all the UML documentation writers.
|
WriterInput
Group of parameters to construct any documentation writer.
|
Class and Description |
---|
AbstractWriter
Common implementation for all writers.
|
Caption
Caption for figure or table.
|
CaptionKind
We support 2 kinds of caption labels: for figures and for tables (and ignore those for equations,
as we don't print any numbered equations).
|
Cursor
Simple association of placeholder and range.
|
CursorList
List of cursors.
|
ExistingStyle
Holds basic information describing styles, initialised from an open application / document.
|
Placeholder
When using
FreeFormDocumentation , templates for doc generation have to use labels to
indicate where to insert the documentation of what element of the UML model into the output
document. |
Range
Technology-independent abstraction for range in documents.
|
Style
Maps document in-built styles as replacement for our desired styles (in IEC template), to allow
for doc generation even with a non-IEC template.
|
Writer
Interface to be implemented by all the UML documentation writers.
|
WriterInput
Group of parameters to construct any documentation writer.
|
Class and Description |
---|
AbstractWriter
Common implementation for all writers.
|
Caption
Caption for figure or table.
|
CaptionKind
We support 2 kinds of caption labels: for figures and for tables (and ignore those for equations,
as we don't print any numbered equations).
|
Cursor
Simple association of placeholder and range.
|
CursorList
List of cursors.
|
ExistingStyle
Holds basic information describing styles, initialised from an open application / document.
|
Range
Technology-independent abstraction for range in documents.
|
Style
Maps document in-built styles as replacement for our desired styles (in IEC template), to allow
for doc generation even with a non-IEC template.
|
Writer
Interface to be implemented by all the UML documentation writers.
|
Class and Description |
---|
AbstractWriter
Common implementation for all writers.
|
Caption
Caption for figure or table.
|
CaptionKind
We support 2 kinds of caption labels: for figures and for tables (and ignore those for equations,
as we don't print any numbered equations).
|
ExistingStyle
Holds basic information describing styles, initialised from an open application / document.
|
Range
Technology-independent abstraction for range in documents.
|
Style
Maps document in-built styles as replacement for our desired styles (in IEC template), to allow
for doc generation even with a non-IEC template.
|
Writer
Interface to be implemented by all the UML documentation writers.
|
Class and Description |
---|
AbstractWriter
Common implementation for all writers.
|
Writer
Interface to be implemented by all the UML documentation writers.
|
WriterInput
Group of parameters to construct any documentation writer.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic