Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.collector |
This package defines interfaces and classes responsible for collecting documentation and figures
from the UML model, or freely initialised through the API without any UML model.
|
org.tanjakostic.jcleancim.docgen.collector.impl |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends EntryDoc> |
PropertiesDoc.getDataEntryDocs()
Returns (unmodifiable list of) data entries only.
|
java.util.List<? extends EntryDoc> |
PropertiesDoc.getEntryDocs()
Returns (unmodifiable list of) all entries.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryDocImpl
Single property entry (row with values).
|
Modifier and Type | Method and Description |
---|---|
static EntryDoc |
EntryDocImpl.createColumnLabels(java.lang.String... values)
Creates
EntryDoc.Kind.columnLabels entry. |
static EntryDoc |
EntryDocImpl.createGroupSubhead(AGSpec agSpec,
int columnCount)
Creates
EntryDoc.Kind.groupSubhead entry. |
static EntryDoc |
EntryDocImpl.createTableName(java.lang.String name,
int columnCount)
Creates
EntryDoc.Kind.tableName entry. |
static EntryDoc |
EntryDocImpl.createUnformattedData(java.lang.String bookmarkID,
java.lang.String... values)
Creates regular entry with data without any formatting (also, no new line character).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends EntryDoc> |
AbstractPropertiesDoc.getDataEntryDocs() |
java.util.List<? extends EntryDoc> |
AbstractPropertiesDoc.getEntryDocs() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractPropertiesDoc.addEntry(EntryDoc entryDoc)
Returns whether
entryDoc has been successfully added. |
protected void |
AbstractPropertiesDoc.initRawData(EntryDoc entry,
UmlObject property)
Initialises raw data for a native property (tag, name, alias+ID, desc+ID, informative,
deprecated, inheritedFrom).
|
protected void |
AbstractPropertiesDoc.initRawData(EntryDoc entry,
UmlObject property,
java.lang.String baseTypeName)
Initialises raw data for an inherited property (tag, name, alias+ID, desc+ID, informative,
deprecated, inheritedFrom).
|
Copyright 2009-2016 Tatjana (Tanja) Kostic