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.option.runtime |
Runtime library for generated option processing code: building blocks for
parsing and GUI.
|
eu.bandm.tools.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Method and Description |
---|---|
void |
BatchOptionsGui.model2view(Model xmodel) |
void |
OptionsGui.model2view(Model xmodel) |
void |
BatchOptionsGui.view2model(Model xmodel) |
void |
OptionsGui.view2model(Model xmodel) |
Modifier and Type | Class and Description |
---|---|
class |
InsertOverprintOptions
Generated source for command line processing.
|
Modifier and Type | Class and Description |
---|---|
class |
ToolOptions
Generated source for command line processing.
|
Modifier and Type | Method and Description |
---|---|
void |
ToolGui.model2view(Model xmodel) |
void |
ToolGui.view2model(Model xmodel) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentedDistribution<M extends Model,G extends Gui>
Deprecated.
uses jawaws/JNLP, which is deprecated since jse 9 and no more contained in jse 11.
Use instead.
|
static class |
DocumentedDistribution.Configuration<MM extends Model,GG extends Gui>
Deprecated.
Auxiliary class to pass the main operation parameters from a particular
application, realized as a subclass of
DocumentedDistribution . |
static class |
DocumentedDistribution2.Configuration<MM extends Model,GG extends Gui>
Auxiliary data class to define the main operation parameters by a particular
instance of a particular application, realized as a subclass of
DocumentedDistribution2 . |
Modifier and Type | Field and Description |
---|---|
MM |
DocumentedDistribution2.Configuration.defaultOptionsModel
One instance of the options model class must be provided here by the
derived sub-class(="the caller").
|
MM |
DocumentedDistribution.Configuration.emptyOptionsModel |
MM |
DocumentedDistribution.Configuration.exampleOptionsModel |
protected M |
DocumentedDistribution.optionsModel
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Model |
Gui.getModel()
Overriden by generated code.
|
abstract Model |
Model.makeDefaultInstance()
Overriden by the generated code to make a constructor call of the actual
Model (sub-)class.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Gui.model2view(Model m)
Overriden by generated code.
|
abstract void |
Gui.view2model(Model m)
Overriden by generated code.
|
Modifier and Type | Method and Description |
---|---|
void |
GuiOptions.model2view(Model xmodel) |
void |
GuiOptions.view2model(Model xmodel) |
Modifier and Type | Method and Description |
---|---|
void |
GuiOptions.model2view(Model xmodel) |
void |
GuiOptions.view2model(Model xmodel) |
see also the complete user documentation .