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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ColumnSpec> |
TableSpec._colSpecs |
Modifier and Type | Method and Description |
---|---|
static ColumnSpec |
ColumnSpec.createFmted(int relWidth,
java.lang.String attrTag,
java.lang.String docID,
java.lang.String label) |
static ColumnSpec |
ColumnSpec.createUnfmted(int relWidth,
java.lang.String attrTag,
java.lang.String docID,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColumnSpec> |
TableSpec.getColSpecs()
Returns (unmodifiable) list of its column specs.
|
Modifier and Type | Method and Description |
---|---|
private static TableSpec |
TableSpec.createAndStoreTableSpec(java.lang.String name,
java.util.List<ColumnSpec> cols,
Nature nature) |
Constructor and Description |
---|
TableSpec(java.lang.String name,
Nature nature,
java.util.List<ColumnSpec> colSpecs) |
Copyright 2009-2015 Tatjana (Tanja) Kostic