Package | Description |
---|---|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.graficUtils |
Utility functions for drawing and coordinate calculation.
|
eu.bandm.tools.installer |
Distribute applications made with metatools.
|
eu.bandm.tools.lablog.base |
Evaluation, statistics and renderings of bandm lab log format.
|
Modifier and Type | Field and Description |
---|---|
protected MessageStore<SimpleMessage<XMLDocumentIdentifier>> |
Tool.msg_s |
Modifier and Type | Method and Description |
---|---|
static <D extends Message> |
SwingTools.ask(JFrame frame,
@Opt String windowtitle,
int messageType,
MessageStore<D> text,
String cancelbutton,
String okbutton) |
static <D extends Message> |
SwingTools.show(JFrame frame,
@Opt String windowtitle,
int messageType,
MessageStore<D> text,
String buttonText) |
Modifier and Type | Field and Description |
---|---|
protected MessageStore<SimpleMessage<String>> |
DocumentedDistribution.messageStore
Deprecated.
|
protected MessageStore<SimpleMessage<String>> |
DocumentedDistribution2.messageStore
Must be global because one further consumers will later be added in case of
"GUI" use.
|
Modifier and Type | Field and Description |
---|---|
protected Map<File,MessageStore<SimpleMessage<XMLDocumentIdentifier>>> |
Main.file2errors
Collects all d2d parsing errors for the processed files; value==null means
"file not found".
|
Modifier and Type | Method and Description |
---|---|
Element_html |
ToHtml.makeHtml(SortedMap<String,List<Element_issue>> issuesByPackage,
SortedMap<String,List<Element_docmat>> docmatsByPackage,
Map<Element,File> elements2file,
Map<File,MessageStore<SimpleMessage<XMLDocumentIdentifier>>> files2error)
Make the complete html rendering.
|
see also the complete user documentation .