Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.doctypes.ps |
Utilities for postscript and pdf processing.
|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.installer |
Distribute applications made with metatools.
|
eu.bandm.tools.muli |
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
|
eu.bandm.tools.option |
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
|
eu.bandm.tools.option.runtime |
Runtime library for generated option processing code: building blocks for
parsing and GUI.
|
eu.bandm.tools.tdom |
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
|
eu.bandm.tools.util3 |
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.option package. |
Modifier and Type | Class and Description |
---|---|
class |
BatchOptions.Descriptions
Programmatically generated catalog of translations.
|
class |
DocTexts
Multi-lingual translations catalog, generated from XML source.
|
Modifier and Type | Class and Description |
---|---|
class |
InsertOverprintOptions.Descriptions
Programmatically generated catalog of translations.
|
Modifier and Type | Class and Description |
---|---|
class |
ToolOptions.Descriptions
Programmatically generated catalog of translations.
|
Modifier and Type | Class and Description |
---|---|
class |
Translations
Multi-lingual translations catalog, generated from XML source.
|
Modifier and Type | Field and Description |
---|---|
protected CatalogByString |
DownloadDialog_DeEn.mulicat
Deprecated.
|
protected CatalogByString |
DownloadDialog.mulicat
Dictionary of all translations.
|
CatalogByString |
DocumentedDistribution.Configuration.translations
ATTENTION, the MuLiCatalog must provide translations for the keys used
in the code of this class.
|
CatalogByString |
DocumentedDistribution2.Configuration.translations
Each constructor call must provide by this field an instance of
MuLiCatalog
which contains
the translations for all payload specific texts AND for the texts used here in this
class (but NOT for those used in {@link DownloadDialog]). |
Modifier and Type | Field and Description |
---|---|
protected CatalogByString |
MuLiMessageReceiver.catalog |
Modifier and Type | Method and Description |
---|---|
CatalogByString |
MuLiMessageReceiver.getCatalog() |
Modifier and Type | Method and Description |
---|---|
GeneratedClass |
CatalogToJava.makeClassCode(CatalogByString data,
String classname,
GeneratedContext container,
@Opt String[] args)
Generates code for a java class derived from CatalogByString from
the current state of a Catalog.
|
void |
MuLiMessageReceiver.setCatalog(CatalogByString catalog) |
Constructor and Description |
---|
MuLiMessageReceiver(MessageReceiver<SimpleMessage<D>> receiver,
CatalogByString cat,
List<String> prefs) |
MuLiMessageReceiver(MessageReceiver<SimpleMessage<D>> receiver,
CatalogByString cat,
String... prefs) |
MuLiMessageStore(CatalogByString cat,
List<String> prefs) |
Modifier and Type | Field and Description |
---|---|
protected CatalogByString |
Compiler.descriptions
Inter-phase information transfer: all collected multi-lingual description texts.
|
Modifier and Type | Class and Description |
---|---|
class |
Messages
Multi-lingual translations catalog, generated from XML source.
|
Modifier and Type | Field and Description |
---|---|
protected CatalogByString |
ResourceChooser.data |
CatalogByString |
Model.descriptions
Filled in by generated code.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceChooser.populate(CatalogByString data,
String lang)
Update the data and select the language.
|
Modifier and Type | Class and Description |
---|---|
class |
Options.Descriptions
Programmatically generated catalog of translations.
|
Modifier and Type | Class and Description |
---|---|
class |
CallXsltOptions.Descriptions
Programmatically generated catalog of translations.
|
class |
JarLinkerOptions.Descriptions
Programmatically generated catalog of translations.
|
class |
JWhichOptions.Descriptions
Programmatically generated catalog of translations.
|
see also the complete user documentation .