Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private Placeholder |
Cursor._placeholder |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Placeholder,java.lang.Integer> |
CursorList._indexedPlaceholders |
Modifier and Type | Method and Description |
---|---|
Placeholder |
Cursor.getPlaceholder() |
Constructor and Description |
---|
Cursor(Placeholder placeholder,
Range<O> range) |
Modifier and Type | Method and Description |
---|---|
Cursor<O> |
WordHelper.createCursor(Placeholder ph,
Range<O> limited) |
Cursor<O> |
AbstractWordWriter.createCursor(Placeholder ph,
Range<O> limited) |
private java.lang.String |
AbstractWordWriter.determineTextForAttributePh(Placeholder ph) |
private java.lang.String |
AbstractWordWriter.determineTextForDiagramPhAndInsertDiagram(Range<O> range,
Placeholder ph) |
private java.lang.String |
AbstractWordWriter.determineTextForPackagePh(Placeholder ph) |
private java.lang.String |
AbstractWordWriter.determineTextForQualifiedClassPh(Placeholder ph,
java.lang.String separator) |
Copyright 2009-2015 Tatjana (Tanja) Kostic