Uses of Class
eu.bandm.tools.message.MessageStore
Package
Description
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Distribute applications made with metatools.
Evaluation, statistics and renderings of bandm lab log format.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of MessageStore in eu.bandm.tools.dtm
Modifier and TypeFieldDescriptionprotected final MessageStore
<SimpleMessage<@Opt XMLDocumentIdentifier>> Tool.msg_s
-
Uses of MessageStore in eu.bandm.tools.graficUtils
Modifier and TypeMethodDescriptionstatic <D extends Message>
booleanSwingTools.ask
(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String cancelbutton, String okbutton) static <D extends Message>
voidSwingTools.show
(JFrame frame, @Opt String windowtitle, int messageType, MessageStore<D> text, String buttonText) -
Uses of MessageStore in eu.bandm.tools.installer
Modifier and TypeFieldDescriptionprotected final MessageStore
<SimpleMessage<String>> DocumentedDistribution2.msgStore
-
Uses of MessageStore in eu.bandm.tools.lablog.base
Modifier and TypeFieldDescriptionprotected final Map
<File, @Opt MessageStore<SimpleMessage<XMLDocumentIdentifier>>> Main.file2errors
Collects all d2d parsing errors for the processed files; value==null means "file not found". -
Uses of MessageStore in eu.bandm.tools.test
Modifier and TypeFieldDescriptionprotected final MessageStore
<SimpleMessage<D>> TestFrame_messages.errors
protected final MessageStore
<SimpleMessage<D>> TestFrame_messages.hints
protected final MessageStore
<SimpleMessage<D>> TestFrame_messages.messages
protected final MessageStore
<SimpleMessage<D>> TestFrame_messages.warnings
Modifier and TypeMethodDescriptionprotected void
TestFrame_messages.checkMessages
(MessageStore<SimpleMessage<D>> store, @Opt String... expected) The string values of the (formatted) messages in the given message store must correspond to the sequence of string constants.protected void
TestFrame_messages.matchMessages
(MessageStore<SimpleMessage<D>> store, @Opt Pattern<? super Integer> size, Pattern<? super Message>... expectedPrefix) -
Uses of MessageStore in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescription(package private) MessageStore
<SimpleMessage<XMLDocumentIdentifier>> TemplatesCache.LoadResult.messages
(package private) MessageStore
<SimpleMessage<XMLDocumentIdentifier>> TransformationCache.LoadResult.messages
(package private) MessageStore
<SimpleMessage<XMLDocumentIdentifier>> MainGui.msgstore