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 |
---|---|
FormatInfo |
EntryDoc.getFormatInfo()
Returns format information about the formattable cell at index
j , null if this
entry has no formattable cell, or if the formattable cell is actually not formatted. |
Modifier and Type | Field and Description |
---|---|
private FormatInfo |
EntryDocImpl._formatInfo |
FormatInfo |
AbstractPropertiesDoc.CellText.formatInfo |
Modifier and Type | Method and Description |
---|---|
FormatInfo |
EntryDocImpl.getFormatInfo() |
Modifier and Type | Method and Description |
---|---|
static EntryDocImpl |
EntryDocImpl.createData(FormatInfo formatInfo,
java.lang.String... values)
Creates regular entry with data.
|
private void |
EntryDocImpl.ensureValid(java.lang.String name,
AGSpec agSpec,
EntryDoc.Kind kind,
FormatInfo formatInfo,
int columnCount,
java.lang.String... values) |
Constructor and Description |
---|
EntryDocImpl(java.lang.String singleValue,
AGSpec agSpec,
EntryDoc.Kind kind,
FormatInfo formatInfo,
int columnCount,
java.lang.String... values) |
Copyright 2009-2015 Tatjana (Tanja) Kostic