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 TypeFieldDescriptionfinal MessageStore<SimpleMessage<D>>
TestFrame.errors
final MessageStore<SimpleMessage<D>>
TestFrame.hints
final MessageStore<SimpleMessage<D>>
TestFrame.messages
final MessageStore<SimpleMessage<D>>
TestFrame.warnings
Modifier and TypeMethodDescriptionprotected void
TestFrame.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.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