Uses of Class
eu.bandm.tools.option.runtime.Model
Package
Description
CLI tool to construct the initial skeleton of files and folders required
by metatools and gnu make.
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Utilities for postscript and pdf processing.
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
Distribute applications made with metatools.
Runtime library for generated option processing code: building blocks for
parsing and GUI.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Compiler for data models, from a concise mathematical oriented language into
Java.
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.option
package.txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of Model in eu.bandm.tools.applicationStart
-
Uses of Model in eu.bandm.tools.d2d2.base
Modifier and TypeClassDescriptionclass
Generated source for command line processing.class
Generated source for command line processing.Modifier and TypeMethodDescriptionBatchOptionsGui.makeInstance
(Model model0) OptionsGui.makeInstance
(Model model0) void
BatchOptionsGui.model2view
(Model xmodel) void
OptionsGui.model2view
(Model xmodel) void
BatchOptionsGui.view2model
(Model xmodel) void
OptionsGui.view2model
(Model xmodel) -
Uses of Model in eu.bandm.tools.d2d2.demo
Modifier and TypeMethodDescription(package private) JPanel
Application.addBaseGUI
(String tabTitle, String tabToolTip, Gui gui, Model model, boolean mainNotBatch) Add a top-level tab with the option Gui for "Main" or "Batch".GeneratedGui.makeInstance
(Model model0) void
GeneratedGui.model2view
(Model xmodel) void
GeneratedGui.view2model
(Model xmodel) -
Uses of Model in eu.bandm.tools.doctypes.ps
Modifier and TypeClassDescriptionclass
Generated source for command line processing. -
Uses of Model in eu.bandm.tools.dtm
Modifier and TypeMethodDescriptionToolGui.makeInstance
(Model model0) void
ToolGui.model2view
(Model xmodel) void
ToolGui.view2model
(Model xmodel) -
Uses of Model in eu.bandm.tools.installer
Modifier and TypeClassDescriptionclass
DocumentedDistribution2<M extends Model<M>,
G extends Gui> Top-Level programm for distribution of code (as binary), plus documentation, example(s) and sources.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 ofDocumentedDistribution2
.Modifier and TypeFieldDescriptionDocumentedDistribution2.Configuration.defaultOptionsModel
One instance of the options model class must be provided here by the derived sub-class(="the caller").protected M
DocumentedDistribution2.optionsModel
The central instance holding the ooptions for all payload runs, GUI editing, serialization etc. -
Uses of Model in eu.bandm.tools.lljava
-
Uses of Model in eu.bandm.tools.option.runtime
Modifier and TypeClassDescriptionclass
The common base class of all models generated by the the option compiler, as implemented inCompiler
.Modifier and TypeMethodDescriptionprotected abstract Model
Gui.getModel()
Overriden by generated code.Modifier and TypeMethodDescriptionabstract Gui
Gui.makeInstance
(Model m) Overriden by generated code.abstract void
Gui.model2view
(Model m) Overriden by generated code.abstract void
Gui.view2model
(Model m) Overriden by generated code. -
Uses of Model in eu.bandm.tools.tdom
-
Uses of Model in eu.bandm.tools.umod
Modifier and TypeMethodDescriptionGuiOptions.makeInstance
(Model model0) void
GuiOptions.model2view
(Model xmodel) void
GuiOptions.view2model
(Model xmodel) -
Uses of Model in eu.bandm.tools.util3
Modifier and TypeClassDescriptionclass
Generated source for command line processing.class
Generated source for command line processing.class
Generated source for command line processing.class
Generated source for command line processing. -
Uses of Model in eu.bandm.tools.xslt.base
Modifier and TypeMethodDescriptionGuiOptions.makeInstance
(Model model0) void
GuiOptions.model2view
(Model xmodel) void
GuiOptions.view2model
(Model xmodel)